develop #30

Merged
cromer merged 55 commits from develop into master 2022-08-26 10:53:59 -04:00
Showing only changes of commit 5c4106246c - Show all commits

View File

@ -99,8 +99,9 @@ func _ready() -> void:
func _physics_process(_delta: float) -> void: func _physics_process(_delta: float) -> void:
if monitor_enabled: if monitor_enabled:
if not $MonitorGUI.visible: if has_node("MonitorGUI") and not $MonitorGUI.visible:
$MonitorGUI.visible = true $MonitorGUI.visible = true
if started and not get_tree().paused: if started and not get_tree().paused:
var frame = empty_frame.duplicate(true) var frame = empty_frame.duplicate(true)
frame["coins"] = coins frame["coins"] = coins