diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 15:51:49 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 15:51:49 -0600 |
commit | ec5c89a7663bfd81743e951eb4f2def146ed47be (patch) | |
tree | 13278c4de73d1ac868d39fa03ad41403ebac149b /scenes/main.tscn | |
parent | 9c9c4c24f567b3678202d15b2310733674dd3430 (diff) |
Move the main window under Clipette's text box
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
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")] |