mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00: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!
9 lines
173 B
Python
9 lines
173 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
Import('env_modules')
|
|
|
|
env_csg = env_modules.Clone()
|
|
|
|
# Godot's own source files
|
|
env_csg.add_source_files(env.modules_sources, "*.cpp")
|