rename Tree to placeable and dynamically load size
buildbot/windows Build done.
buildbot/linux Build done.

add stone variants as placeables
This commit is contained in:
Sven Balzer
2026-08-06 19:45:47 +02:00
parent ff82f59fdf
commit ecd6571785
9 changed files with 204 additions and 185 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ endfunction()
add_shader(character)
add_shader(character_shadow)
add_shader(world)
add_shader(tree)
add_shader(placeable)
add_shader(grid)
add_custom_target(shaders-spv DEPENDS ${SHADERS_SPV})