This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
49c473bb36
godot
/
modules
/
gdscript
/
config.py
12 lines
72 B
Python
Raw
Normal View
History
Unescape
Escape
-moved script to modules
2014-02-24 12:53:33 +00:00
def
can_build
(
platform
)
:
return
True
Remove trailing spaces
2016-04-02 18:26:12 +00:00
-moved script to modules
2014-02-24 12:53:33 +00:00
def
configure
(
env
)
:
pass
Remove trailing spaces
2016-04-02 18:26:12 +00:00