Swarm/WebLightChecker.gd

13 lines
268 B
GDScript3
Raw Permalink Normal View History

2024-03-06 00:07:26 +01:00
extends DirectionalLight3D
2025-02-26 23:27:07 +01:00
## Called when the node enters the scene tree for the first time.
#func _ready():
#if OS.has_feature("web"):
#light_color /= PI
2024-03-06 00:07:26 +01:00
# Called every frame. 'delta' is the elapsed time since the previous frame.
2025-02-26 23:27:07 +01:00
#func _process(delta):
#pass