couple improvements

This commit is contained in:
JHDev2006
2025-10-26 14:09:52 +00:00
parent c79cb7606b
commit 3466e7c4c2
10 changed files with 87 additions and 214 deletions

View File

@@ -10,6 +10,9 @@
[sub_resource type="GDScript" id="GDScript_0yjq3"]
script/source = "extends Node
func _ready() -> void:
update()
func _process(_delta: float) -> void:
if LevelEditor.playing_level == false:
update()