feat: initialized template
This commit is contained in:
parent
57a18ebef7
commit
76dd9fbc62
10 changed files with 19 additions and 19 deletions
5
modules/terrain_editor/config.py
Normal file
5
modules/terrain_editor/config.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
def can_build(env, platform):
|
||||
return True;
|
||||
|
||||
def configure(env):
|
||||
pass;
|
||||
Loading…
Add table
Add a link
Reference in a new issue