summaryrefslogtreecommitdiffhomepage
path: root/main/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-15 21:51:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-15 21:51:33 +0200
commit1e8d16fe10917664f9520008f224f19692c3a668 (patch)
treec966c22e3bb719754a01715778f0820aa0853dfa /main/app.hpp
parentd8874ad6c42ec016fa931fe3e57fcd9797d06094 (diff)
a
Diffstat (limited to 'main/app.hpp')
-rw-r--r--main/app.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/app.hpp b/main/app.hpp
index 876ad8fe..211e7bdc 100644
--- a/main/app.hpp
+++ b/main/app.hpp
@@ -58,10 +58,10 @@ struct app final : Platform::Application
const void* _dummy = register_debug_callback();
tile_shader _shader;
- tile_atlas_ floor1 = loader.tile_atlas("share/game/images/metal1.tga", {2, 2});
- tile_atlas_ floor2 = loader.tile_atlas("share/game/images/floor1.tga", {4, 4});
- tile_atlas_ wall1 = loader.tile_atlas("share/game/images/wood2.tga", {2, 2});
- tile_atlas_ wall2 = loader.tile_atlas("share/game/images/wood1.tga", {2, 2});
+ tile_atlas_ floor1 = loader.tile_atlas("metal1.tga", {2, 2});
+ tile_atlas_ floor2 = loader.tile_atlas("floor1.tga", {4, 4});
+ tile_atlas_ wall1 = loader.tile_atlas("wood2.tga", {2, 2});
+ tile_atlas_ wall2 = loader.tile_atlas("wood1.tga", {2, 2});
chunk _chunk = make_test_chunk();
floor_mesh _floor_mesh;