summaryrefslogtreecommitdiff
path: root/scenes/score_window/score_window.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-17 11:46:04 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-17 11:46:04 -0600
commit2546d0182056455fc84b2c28b875867ef97381d1 (patch)
treeef9f84484b0c658a2789d4a846628c9ac593fe0b /scenes/score_window/score_window.gd
parenta969c365be7ac251ff8717d59860739f7b7c7610 (diff)
Balance Changes
Diffstat (limited to 'scenes/score_window/score_window.gd')
-rw-r--r--scenes/score_window/score_window.gd2
1 files changed, 1 insertions, 1 deletions
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)