16 lines
525 B
Plaintext
16 lines
525 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cdaxqopr35lll"]
|
|
|
|
[ext_resource type="Script" uid="uid://b66ysicyh0m1s" path="res://Gameplay/Manager.cs" id="1_ivgep"]
|
|
[ext_resource type="PackedScene" uid="uid://8kv00jc35dma" path="res://Gameplay/manager_panel.tscn" id="3_xooeg"]
|
|
|
|
[node name="Manager" type="Node"]
|
|
script = ExtResource("1_ivgep")
|
|
|
|
[node name="Panel" parent="." instance=ExtResource("3_xooeg")]
|
|
offset_left = 101.0
|
|
offset_top = 150.0
|
|
offset_right = 551.0
|
|
offset_bottom = 280.0
|
|
grow_horizontal = 1
|
|
grow_vertical = 1
|