summaryrefslogtreecommitdiffhomepage
path: root/editor/editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-07 08:26:36 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-07 08:26:36 +0100
commit411164f34aeea4987dae101cf92beb5dfa8c0cd9 (patch)
treedbf0a48f468cb6881d885c4292dfd0438a20c674 /editor/editor.hpp
parentacf2dd9af63e9a99077f43b19427657ea0bd1d3d (diff)
anim atlases now load
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index b25e6900..1c9d9bec 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -51,6 +51,7 @@ private:
tile_editor _floor{ editor_mode::floor, "floor" };
tile_editor _wall { editor_mode::walls, "wall" };
+ scenery_editor _scenery;
struct drag_pos final {
global_coords coord, draw_coord;