add grid and highlighting of selected tiles when picking

This commit is contained in:
Sven Balzer
2025-03-22 20:39:36 +01:00
parent 4c84899084
commit e774305829
7 changed files with 1095 additions and 622 deletions
+2
View File
@@ -71,6 +71,7 @@ endfunction()
add_shader(basic)
add_shader(world)
add_shader(gui_tile)
add_shader(grid)
add_executable(mikemon
src/log.cpp
@@ -90,4 +91,5 @@ add_dependencies(mikemon
SHADER_basic
SHADER_world
SHADER_gui_tile
SHADER_grid
)