mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
-moved script to modules
This commit is contained in:
parent
51609ffc04
commit
4b07eb8deb
43 changed files with 597 additions and 148 deletions
11
modules/multiscript/config.py
Normal file
11
modules/multiscript/config.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
def can_build(platform):
|
||||
return True
|
||||
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue