Move the main window under Clipette's text box
This commit is contained in:
parent
4e7da00304
commit
9961be9780
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue