init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
extends RefCounted
|
||||
|
||||
func get_name():
|
||||
return "gds.light_reset"
|
||||
|
||||
func run(ctx):
|
||||
ctx.Lighting.ClearDepthMap()
|
||||
ctx.Lighting.SetUseTime(false)
|
||||
ctx.Log("GDS", "Lighting reset via GDScript")
|
||||
Reference in New Issue
Block a user