summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scenes/main.gd2
-rw-r--r--scenes/main.tscn1
2 files changed, 3 insertions, 0 deletions
diff --git a/scenes/main.gd b/scenes/main.gd
index c984f43..1d9c503 100644
--- a/scenes/main.gd
+++ b/scenes/main.gd
@@ -6,6 +6,8 @@ var net_worth: Big
func _ready() -> void:
_on_microgame_spawn_timer_timeout()
net_worth = Big.new(1000)
+
+ get_window().position = Vector2(450, 360)
# Called every frame. 'delta' is the elapsed time since the previous frame.
diff --git a/scenes/main.tscn b/scenes/main.tscn
index f6b1d59..8e96e8b 100644
--- a/scenes/main.tscn
+++ b/scenes/main.tscn
@@ -28,6 +28,7 @@ autostart = true
stream = ExtResource("3_gatxj")
[node name="Stock ticker window" type="Window" parent="."]
+position = Vector2i(1000, 1000)
size = Vector2i(1280, 720)
[node name="Stock ticker" parent="Stock ticker window" instance=ExtResource("4_0ankd")]