remove procgen, use stb_perlin

This commit is contained in:
2024-08-19 19:19:22 +03:00
parent 6ec72db2d4
commit 14a9915ce9
8 changed files with 14 additions and 95 deletions

View File

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