Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bogus shadow remapping from TD and RA cursors. #16269

Merged
merged 2 commits into from
Mar 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions mods/cnc/cursors.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Cursors:
mouse2.shp: chrome
mouse2.shp: cursor
scroll-t:
Start: 1
Y: -12
Expand Down Expand Up @@ -136,7 +136,7 @@ Cursors:
sell-vehicle:
Start: 154
Length: 24
mouse3.shp: chrome
mouse3.shp: cursor
default:
Start: 0
X: -16
Expand All @@ -148,7 +148,7 @@ Cursors:
deploy-blocked:
Start: 1
Length: 1
mouse4.shp: chrome
mouse4.shp: cursor
move:
Start: 0
Length: 8
Expand Down Expand Up @@ -188,14 +188,14 @@ Cursors:
assaultmove-blocked-minimap:
Start: 40
Length: 1
mouse5.shp: chrome
mouse5.shp: cursor
guard:
Start: 0
Length: 8
guard-minimap:
Start: 8
Length: 8
mouse6.shp: chrome
mouse6.shp: cursor
goldwrench:
Start: 0
Length: 3
Expand Down Expand Up @@ -226,7 +226,7 @@ Cursors:
enter-blocked-minimap:
Start: 17
Length: 1
mouse7.shp: chrome
mouse7.shp: cursor
attackoutsiderange:
Start: 0
Length: 8
Expand Down
4 changes: 4 additions & 0 deletions mods/cnc/rules/palettes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
Filename: temperat.pal
ShadowIndex: 3
AllowModifiers: false
PaletteFromFile@cursor:
Name: cursor
Filename: temperat.pal
AllowModifiers: false
CursorPalette: true
PaletteFromFile@beaconposter:
Name: beaconposter
Expand Down
6 changes: 3 additions & 3 deletions mods/ra/cursors.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Cursors:
mouse.shp: chrome
mouse.shp: cursor
scroll-t:
Start: 1
Y: -7
Expand Down Expand Up @@ -200,14 +200,14 @@ Cursors:
sell2:
Start: 148
Length: 12
nopower.shp: chrome
nopower.shp: cursor
powerdown-blocked:
Start: 0
Length: 1
powerdown:
Start: 1
Length: 3
attackmove.shp: chrome
attackmove.shp: cursor
attackmove:
Start: 0
Length: 4
Expand Down
4 changes: 4 additions & 0 deletions mods/ra/rules/palettes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
Filename: temperat.pal
ShadowIndex: 3
AllowModifiers: false
PaletteFromFile@cursor:
Name: cursor
Filename: temperat.pal
AllowModifiers: false
CursorPalette: true
PaletteFromFile@effect:
Name: effect
Expand Down