Updated to 4.4

This commit is contained in:
Sch1nken 2025-02-26 23:27:07 +01:00
parent eaa26d1361
commit 1aff15069a
151 changed files with 593 additions and 100 deletions

View file

@ -1,12 +1,12 @@
extends DirectionalLight3D
# Called when the node enters the scene tree for the first time.
func _ready():
if OS.has_feature("web"):
light_color /= PI
## Called when the node enters the scene tree for the first time.
#func _ready():
#if OS.has_feature("web"):
#light_color /= PI
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
#func _process(delta):
#pass