Skip to content

Commit

Permalink
Add disabled replaced_hue to all shipped tilesets
Browse files Browse the repository at this point in the history
Since the main documentation for the tileset syntax is the tilesets themselves,
it is essential that the tilespecs remain complete. Adjusting the tilesets to
take advantage of replaced_hue will be done later for each tileset
individually.
  • Loading branch information
lmoureaux committed Jul 9, 2022
1 parent ebf5e04 commit fc1f9d5
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/alio.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ occupied_offset_y = 0
unit_offset_x = 34
unit_offset_y = 38

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 74
activity_offset_y = 28
Expand Down
4 changes: 4 additions & 0 deletions data/amplio.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ occupied_offset_y = 0
unit_offset_x = 19
unit_offset_y = 18

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 0
activity_offset_y = 0
Expand Down
4 changes: 4 additions & 0 deletions data/amplio2.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ occupied_offset_y = 0
unit_offset_x = 19
unit_offset_y = 18

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 49
activity_offset_y = 0
Expand Down
4 changes: 4 additions & 0 deletions data/cimpletoon.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ occupied_offset_y = 0
unit_offset_x = 19
unit_offset_y = 18

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 0
activity_offset_y = 0
Expand Down
4 changes: 4 additions & 0 deletions data/hex2t.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ occupied_offset_y = 0
unit_offset_x = 4
unit_offset_y = 21

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 0
activity_offset_y = 0
Expand Down
4 changes: 4 additions & 0 deletions data/hexemplio.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ occupied_offset_y = 0
unit_offset_x = 34
unit_offset_y = 38

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 74
activity_offset_y = 28
Expand Down
4 changes: 4 additions & 0 deletions data/isophex.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ occupied_offset_y = 0
unit_offset_x = 21
unit_offset_y = 13

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 0
activity_offset_y = 0
Expand Down
4 changes: 4 additions & 0 deletions data/isotrident.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ occupied_offset_y = 0
unit_offset_x = 21
unit_offset_y = 13

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 0
activity_offset_y = 0
Expand Down
4 changes: 4 additions & 0 deletions data/toonhex.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ occupied_offset_y = 0
unit_offset_x = 34
unit_offset_y = 38

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 74
activity_offset_y = 28
Expand Down
4 changes: 4 additions & 0 deletions data/trident.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ occupied_offset_y = 0
unit_offset_x = 0
unit_offset_y = 0

; colors with this (HSL) hue will be replaced by the player color in unit
; sprites (-1 to disable)
replaced_hue = -1

; offset of the normal activity icons
activity_offset_x = 0
activity_offset_y = 0
Expand Down

0 comments on commit fc1f9d5

Please sign in to comment.