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!
5 lines
71 B
Python
5 lines
71 B
Python
def can_build(platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|