level bounds now don't error out on save/quit
This commit is contained in:
@@ -18,7 +18,7 @@ func change_sun():
|
||||
sun.rotation.x = sun_details["angle"]
|
||||
sun.rotation.y = north_offset
|
||||
sun.light_energy = sun_details["energy"]
|
||||
moon.light_energy = (2 - sun_details["energy"]) * .5
|
||||
moon.light_energy = (2 - sun_details["energy"]) * .25
|
||||
|
||||
func sun_angle_from_time():
|
||||
var time_dict = Time.get_time_dict_from_system()
|
||||
|
||||
Reference in New Issue
Block a user