diff --git a/Dungeoneer/assets/data/messages/test2.dat b/Dungeoneer/assets/data/messages/test2.dat index 8eeb912d..c9073959 100644 --- a/Dungeoneer/assets/data/messages/test2.dat +++ b/Dungeoneer/assets/data/messages/test2.dat @@ -2,6 +2,7 @@ "repeats": true, "messages": [ ["This area uses a tile texture that is set not to draw walls or ceilings.","It also uses a skybox area to draw the sky."], - ["Outdoor areas automatically light their tiles. This color can be set as a level property."] + ["Outdoor areas automatically light their tiles. This color can be set as a level property."], + ["The grass and rock decorations here are procedurally placed, they are defined in 'generator/Test/info.dat'"] ] } \ No newline at end of file diff --git a/Dungeoneer/assets/levels/splash.bin b/Dungeoneer/assets/levels/splash.bin index b0dec0cb..a56e3f69 100644 Binary files a/Dungeoneer/assets/levels/splash.bin and b/Dungeoneer/assets/levels/splash.bin differ diff --git a/Dungeoneer/assets/levels/test-level-new.bin b/Dungeoneer/assets/levels/test-level-new.bin deleted file mode 100644 index 55ce0d70..00000000 Binary files a/Dungeoneer/assets/levels/test-level-new.bin and /dev/null differ diff --git a/Dungeoneer/assets/levels/test-level.bin b/Dungeoneer/assets/levels/test-level.bin index 33003c35..458d071b 100644 Binary files a/Dungeoneer/assets/levels/test-level.bin and b/Dungeoneer/assets/levels/test-level.bin differ diff --git a/Dungeoneer/assets/textures/tech/example_animated_tiles.png b/Dungeoneer/assets/textures/tech/example_animated_tiles.png index 6865e1a0..dd637b6b 100644 Binary files a/Dungeoneer/assets/textures/tech/example_animated_tiles.png and b/Dungeoneer/assets/textures/tech/example_animated_tiles.png differ