diff options
Diffstat (limited to 'editor/app.cpp')
| -rw-r--r-- | editor/app.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index 9f8914f0..4fcc051b 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -16,7 +16,8 @@ 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")}, + _table{loader.anim_atlas("table")} { world& w = M->world(); chunk_coords coord{0 ,0}; |
