godot/modules/hdr/config.py
Juan Linietsky bb20f230ad -Added .hdr format support
-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
2017-05-28 21:48:05 -03:00

8 lines
73 B
Python

def can_build(platform):
return True
def configure(env):
pass