mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Added paletts to sprite list.
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
enum {
|
||||
SPR_NONE = -1,
|
||||
|
||||
SPR_PALETTE_1_START = 3100,
|
||||
SPR_PALETTE_1_END = 3110,
|
||||
|
||||
SPR_COOL_AND_WET = 3290,
|
||||
SPR_WARM = 3291,
|
||||
SPR_HOT_AND_DRY = 3292,
|
||||
@@ -36,6 +39,9 @@ enum {
|
||||
SPR_CHAR_START = 3861,
|
||||
SPR_CHAR_END = 4757,
|
||||
|
||||
SPR_PALETTE_2_START = 4915,
|
||||
SPR_PALETTE_2_END = 5047,
|
||||
|
||||
SPR_RESIZE = 5058,
|
||||
|
||||
SPR_HEARING_VIEWPORT = 5166,
|
||||
|
||||
Reference in New Issue
Block a user