diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-14 04:12:00 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-14 04:12:00 (EST) |
commit | dc15213e79ccf3258cd499f0360e00ff109fa6f0 (patch) | |
tree | 1bac5f6eb2aa8be4055bf0e46b4d1566cc681c6c | |
parent | 594ffc3d56e29a52cff26757bce2d9a3894e49c8 (diff) | |
download | overworld-rpg-dc15213e79ccf3258cd499f0360e00ff109fa6f0.zip overworld-rpg-dc15213e79ccf3258cd499f0360e00ff109fa6f0.tar.gz overworld-rpg-dc15213e79ccf3258cd499f0360e00ff109fa6f0.tar.bz2 |
data/maps/db16-route.tmx: Use DB16 cycle palettes.
-rw-r--r-- | data/maps/db16-route.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/db16-route.tmx b/data/maps/db16-route.tmx index 84cb6a3..4b06058 100644 --- a/data/maps/db16-route.tmx +++ b/data/maps/db16-route.tmx @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="30" height="60" tilewidth="16" tileheight="16"> <properties> - <property name="palette-day" value="13:00,../palettes/main.gpl"/> - <property name="palette-default" value="../palettes/main.gpl"/> - <property name="palette-eve" value="19:00,../palettes/main.gpl"/> - <property name="palette-morn" value="07:00,../palettes/main.gpl"/> - <property name="palette-night" value="01:00,../palettes/main.gpl"/> + <property name="palette-day" value="13:00,../palettes/day.gpl"/> + <property name="palette-default" value="../palettes/day.gpl"/> + <property name="palette-eve" value="19:00,../palettes/eve.gpl"/> + <property name="palette-morn" value="07:00,../palettes/morn.gpl"/> + <property name="palette-night" value="01:00,../palettes/night.gpl"/> </properties> <tileset firstgid="1" name="db16-forest" tilewidth="16" tileheight="16"> <image source="../tilesets/db16-forest.png" trans="ff00ff" width="128" height="128"/> |