-
-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor tile converter "author" field
Adds an "author" field for the "data.stcd" file, which allows specifying a converter's author. Additionally renames the "0.5.x Crystal Tiles" converter to "Pre-0.6.3 Crystal Tiles" for better accuracy.
- Loading branch information
1 parent
5341491
commit be6850f
Showing
4 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
(supertux-converter-data | ||
(nightly_all_tiles.sttc | ||
(title (_ "Nightly Tiles")) | ||
(description (_ "Levels, created in previous Nightly builds, have their tiles broken. Use this converter to restore all tiles in the level to their proper state!")) | ||
(author "SuperTux Team") | ||
(description (_ "For levels, created in previous Nightly builds.")) | ||
) | ||
(051_crystal_tiles.sttc | ||
(title (_ "0.5.x Crystal Tiles")) | ||
(description (_ "Levels, created in pre-0.6.3 versions, which use crystal tiles, have their crystal tiles broken. Use this converter to restore all crystal tiles in the level to their proper state!")) | ||
(pre-0.6.3_crystal_tiles.sttc | ||
(title (_ "Pre-0.6.3 Crystal Tiles")) | ||
(author "tylerandari12") | ||
(description (_ "For levels, created in pre-0.6.3 versions, which use crystal tiles.")) | ||
) | ||
) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters