mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
bb20f230ad
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
8 lines
73 B
Python
8 lines
73 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|