change tiles from a texture array to a texture atlas

This commit is contained in:
Sven Balzer
2025-02-27 14:22:03 +01:00
parent 2d583d8f72
commit 1c8a65e8ad
7 changed files with 794 additions and 317 deletions
+1
View File
@@ -61,6 +61,7 @@ add_shader(basic_pixel_shader)
add_executable(mikemon
src/log.cpp
src/load_entire_file.cpp
src/smol-atlas.cpp
src/main.cpp
)
target_link_libraries(mikemon