mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
8d199a9b2c
-Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing!
6 lines
71 B
Python
6 lines
71 B
Python
def can_build(platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|