Skip to content

Commit

Permalink
Alio: Add support for the cimpletoon option
Browse files Browse the repository at this point in the history
This is a backward-compatible 3.1 feature available in the amplio family
of tilesets. Bump the version to 2.6.1 to reflect the update.
  • Loading branch information
lmoureaux committed Oct 26, 2024
1 parent e534a22 commit e8db015
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
{
"name": "Alio",
"version": "2.6",
"version": "2.6.1",
"license": "GPL-3.0-or-later",
"type": "Tileset",
"url": "mods/alio.json"
Expand Down
2 changes: 1 addition & 1 deletion mods/alio.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"base_url": ".",
"name": "Alio",
"type": "Tileset",
"version": "2.6"
"version": "2.6.1"
},
"files": [
{
Expand Down
5 changes: 5 additions & 0 deletions mods/alio/alio.tilespec
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,8 @@ styles =
"ts.wine", "Single1"
"ts.oil", "Single1"
}

[option_cimpletoon]
name = "cimpletoon"
description = _("Use 3D Cimpletoon units")
default = FALSE

0 comments on commit e8db015

Please sign in to comment.