From 4b118d6232e507978459b7920e695bee614a67f1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 2 Nov 2022 07:26:54 +0100 Subject: for now, walls are 64 pixels high --- editor/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor') diff --git a/editor/app.cpp b/editor/app.cpp index 4cb1cb4a..3e2c2be3 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -12,8 +12,8 @@ app::app(fm_settings&& opts) : M{floormat_main::create(*this, std::move(opts))}, _floor1{loader.tile_atlas("floor-tiles", {44, 4})}, _floor2{loader.tile_atlas("metal1", {2, 2})}, - _wall1{loader.tile_atlas("wood2", {1, 1})}, - _wall2{loader.tile_atlas("wood1", {1, 1})} + _wall1{loader.tile_atlas("wood2", {2, 1})}, + _wall2{loader.tile_atlas("wood1", {2, 1})} { world& w = M->world(); chunk_coords coord{0 ,0}; -- cgit v1.2.3