diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 14:29:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 14:45:29 +0100 |
commit | d74df1b763979d281f76f3f30543aee8d8a638b7 (patch) | |
tree | 08939a34160b261c37644595aa8702dd0689d74f /editor/update.cpp | |
parent | 7867213a01fcabb1f05b1836c2ca59dc3bb2132f (diff) |
rename floor -> ground
Diffstat (limited to 'editor/update.cpp')
-rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 1140ad47..6ecffc80 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -17,7 +17,7 @@ namespace floormat { void app::maybe_initialize_chunk_(const chunk_coords_& pos, chunk& c) { - auto floor1 = loader.ground_atlas("floor-tiles", { 44, 4 }, pass_mode::pass); + auto floor1 = loader.ground_atlas("ground-tiles", { 44, 4 }, pass_mode::pass); auto floor2 = loader.ground_atlas("metal1", { 2, 2 }, pass_mode::pass); auto wall1 = loader.ground_atlas("wood2", { 2, 1 }, pass_mode::blocked); auto wall2 = loader.ground_atlas("wood1", { 2, 1 }, pass_mode::blocked); |