Updated to 4.4
This commit is contained in:
parent
eaa26d1361
commit
1aff15069a
151 changed files with 593 additions and 100 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue