Move the main window under Clipette's text box

This commit is contained in:
Zoey Kitt 2024-11-16 15:51:49 -06:00
parent 9c9c4c24f5
commit ec5c89a766
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@ 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.
func _process(delta: float) -> void:

View file

@ -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")]