Skip to content

Commit

Permalink
Remove for_ruleset from shipped tilesets
Browse files Browse the repository at this point in the history
It's no longer supported.
  • Loading branch information
lmoureaux committed Jul 30, 2022
1 parent 56fb300 commit 72ed772
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions data/alio.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ Tileset containing graphics suitable for playing with alien ruleset.\
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
for_ruleset = "alien"

; Basic tile sizes:
normal_tile_width = 126
normal_tile_height = 64
Expand Down
3 changes: 0 additions & 3 deletions data/amplio.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ summary = _("Older variant of the current default tileset, Amplio2")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 96
normal_tile_height = 48
Expand Down
3 changes: 0 additions & 3 deletions data/amplio2.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ summary = _("Large isometric tileset.")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 96
normal_tile_height = 48
Expand Down
3 changes: 0 additions & 3 deletions data/cimpletoon.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ direction the unit is facing.\
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 96
normal_tile_height = 48
Expand Down
3 changes: 0 additions & 3 deletions data/hex2t.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ summary = _("Small hex tileset.")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 40
normal_tile_height = 72
Expand Down
3 changes: 0 additions & 3 deletions data/hexemplio.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ summary = _("Large iso-hex tileset, similar to Amplio.")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 126
normal_tile_height = 64
Expand Down
3 changes: 0 additions & 3 deletions data/isophex.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ summary = _("Small iso-hex tileset.")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 64
normal_tile_height = 32
Expand Down
3 changes: 0 additions & 3 deletions data/isotrident.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ summary = _("Isometric tileset based on Trident tileset.")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 64
normal_tile_height = 32
Expand Down
3 changes: 0 additions & 3 deletions data/toonhex.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ and Cimpletoon's units with orientation.")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 126
normal_tile_height = 64
Expand Down
3 changes: 0 additions & 3 deletions data/trident.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ summary = _("Small overhead tileset.")
; TODO: add more overall information fields on tiles,
; eg, authors, colors, etc.

; What is the primary ruleset this tileset is meant for.
;for_ruleset = ""

; Basic tile sizes:
normal_tile_width = 30
normal_tile_height = 30
Expand Down

0 comments on commit 72ed772

Please sign in to comment.