feat: started work on terrain editor tools

This commit is contained in:
Sara Gerretsen 2026-02-22 22:27:23 +01:00
parent a61b52806a
commit ac139f01b6
11 changed files with 423 additions and 0 deletions

3
modules/terrain/SCsub Normal file
View file

@ -0,0 +1,3 @@
Import('env')
env.add_source_files(env.modules_sources, "*.cpp")