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

View file

@ -0,0 +1,5 @@
def can_build(env, platform):
return True;
def configure(env):
pass;