From 2546d0182056455fc84b2c28b875867ef97381d1 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sun, 17 Nov 2024 11:46:04 -0600 Subject: Balance Changes --- scenes/score_window/score_window.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenes/score_window') diff --git a/scenes/score_window/score_window.gd b/scenes/score_window/score_window.gd index 410d67d..76fb983 100644 --- a/scenes/score_window/score_window.gd +++ b/scenes/score_window/score_window.gd @@ -6,7 +6,7 @@ var net_worth: Big # Called when the node enters the scene tree for the first time. func _ready() -> void: - net_worth = Big.new(10) + net_worth = Big.new(1000) var window = get_window() window.position = Vector2(450, 360) -- cgit v1.2.3