perlin2d, sample terrain render

This commit is contained in:
2024-07-30 19:36:59 +03:00
parent a4cb50687e
commit 94ce701dae
8 changed files with 117 additions and 15 deletions

View File

@ -48,6 +48,7 @@ set(TOWNENGINE_SOURCE_FILES
src/text.c src/text.h
src/camera.c src/camera.h
src/textures/textures.c
src/procgen/perlin2d.c
${SYSTEM_SOURCE_FILES}
)