You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
-moved script to modules
This commit is contained in:
11
modules/gdscript/config.py
Normal file
11
modules/gdscript/config.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
def can_build(platform):
|
||||
return True
|
||||
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user