From 7546c31057cbdec92c08e5d2ed3b59b5910a0956 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 17:37:18 -0600 Subject: Move score window to a separate node, theoretically --- scenes/main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenes/main.gd') diff --git a/scenes/main.gd b/scenes/main.gd index 4f1c67f..7025386 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -17,7 +17,7 @@ func _process(delta: float) -> void: if Input.is_action_just_pressed("G"): $Meow.play() - $Score.text = "Net worth: \n$%s" % net_worth.toString() + #$Score.text = "Net worth: \n$%s" % net_worth.toString() func _on_microgame_spawn_timer_timeout() -> void: -- cgit v1.2.3