summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-12 12:03:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-12 17:47:30 +0100
commit58bf715b7932be0e6e611cbde0c6aa6fe82a6f70 (patch)
treef65b063f0e9f44d0fc426b57f52971824740a433 /editor
parent2e1a8356d46002a4e240d2cff223dec8baed9016 (diff)
anim: use '-' as object-action separator
- images: convert everything to RLE'd TGA
Diffstat (limited to 'editor')
-rw-r--r--editor/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index 22c5d377..e9497520 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -16,7 +16,7 @@ app::app(fm_settings&& opts) :
_floor2{loader.tile_atlas("metal1", {2, 2})},
_wall1{loader.tile_atlas("wood2", {2, 1})},
_wall2{loader.tile_atlas("wood1", {2, 1})},
- _door{loader.anim_atlas("door_close")}
+ _door{loader.anim_atlas("door-close")}
{
world& w = M->world();
chunk_coords coord{0 ,0};