diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-01-24 21:32:46 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-03 15:39:46 +0100 |
commit | 5c84f0cc83f51b8ca0b9ba1f90e40092bafd7c45 (patch) | |
tree | 1f4fbcf2e6fef74aa71514722c325e7de167ea63 /rules/icemountain/rule_icemountain_001.tmx | |
parent | c5f0fb7ac59e73d759c7526a9dac5bfc0852bf61 (diff) | |
download | clientdata-5c84f0cc83f51b8ca0b9ba1f90e40092bafd7c45.tar.gz clientdata-5c84f0cc83f51b8ca0b9ba1f90e40092bafd7c45.tar.bz2 clientdata-5c84f0cc83f51b8ca0b9ba1f90e40092bafd7c45.tar.xz clientdata-5c84f0cc83f51b8ca0b9ba1f90e40092bafd7c45.zip |
Moved the "set_" tilesets among the other tilesets
No real reason to separate them to their own folder.
Diffstat (limited to 'rules/icemountain/rule_icemountain_001.tmx')
-rw-r--r-- | rules/icemountain/rule_icemountain_001.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/icemountain/rule_icemountain_001.tmx b/rules/icemountain/rule_icemountain_001.tmx index 8eeb436a..62dc5b99 100644 --- a/rules/icemountain/rule_icemountain_001.tmx +++ b/rules/icemountain/rule_icemountain_001.tmx @@ -4,7 +4,7 @@ <tileset firstgid="1" name="set_icemountain" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/set_icemountain.png" width="224" height="128"/> </tileset> - <tileset firstgid="29" source="../tile_sets/set_rules.tsx"/> + <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> <tileset firstgid="33" name="Snow" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> </tileset> |