parent
f259c1a83f
commit
f50997b98f
Binary file not shown.
@ -1,9 +1,25 @@
|
|||||||
[gd_scene format=3 uid="uid://c4dtrk2kooa6q"]
|
[gd_scene format=3 uid="uid://c4dtrk2kooa6q"]
|
||||||
|
|
||||||
[node name="IngameUI" type="Control"]
|
[node name="InGameUI" type="CanvasLayer"]
|
||||||
layout_mode = 3
|
|
||||||
|
[node name="Panel" type="Panel" parent="."]
|
||||||
|
offset_left = 16.0
|
||||||
|
offset_top = 997.0
|
||||||
|
offset_right = 1908.0
|
||||||
|
offset_bottom = 1066.0
|
||||||
|
|
||||||
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel"]
|
||||||
|
layout_mode = 1
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
|
||||||
|
[node name="Van" type="Button" parent="Panel/HBoxContainer"]
|
||||||
|
layout_mode = 2
|
||||||
|
text = "Vanil"
|
||||||
|
|
||||||
|
[node name="Choc" type="Button" parent="Panel/HBoxContainer"]
|
||||||
|
layout_mode = 2
|
||||||
|
text = "Choc"
|
||||||
|
@ -0,0 +1,54 @@
|
|||||||
|
[gd_scene format=3 uid="uid://cpv7y67qtmino"]
|
||||||
|
|
||||||
|
[node name="Upgrades" type="CanvasLayer"]
|
||||||
|
|
||||||
|
[node name="Anim" type="AnimationPlayer" parent="."]
|
||||||
|
|
||||||
|
[node name="MainPanel" type="Panel" parent="."]
|
||||||
|
anchors_preset = 8
|
||||||
|
anchor_left = 0.5
|
||||||
|
anchor_top = 0.5
|
||||||
|
anchor_right = 0.5
|
||||||
|
anchor_bottom = 0.5
|
||||||
|
offset_left = -813.5
|
||||||
|
offset_top = -402.5
|
||||||
|
offset_right = 813.5
|
||||||
|
offset_bottom = 402.5
|
||||||
|
grow_horizontal = 2
|
||||||
|
grow_vertical = 2
|
||||||
|
size_flags_horizontal = 4
|
||||||
|
size_flags_vertical = 4
|
||||||
|
|
||||||
|
[node name="Close" type="Button" parent="."]
|
||||||
|
anchors_preset = -1
|
||||||
|
anchor_left = 0.927
|
||||||
|
anchor_top = 0.126
|
||||||
|
anchor_right = 0.927
|
||||||
|
anchor_bottom = 0.126
|
||||||
|
offset_left = -24.8401
|
||||||
|
offset_top = -20.08
|
||||||
|
offset_right = 19.1599
|
||||||
|
offset_bottom = 26.92
|
||||||
|
text = "X"
|
||||||
|
|
||||||
|
[node name="Control" type="Control" parent="."]
|
||||||
|
layout_mode = 3
|
||||||
|
anchor_left = 0.5
|
||||||
|
anchor_top = 0.5
|
||||||
|
anchor_right = 0.5
|
||||||
|
anchor_bottom = 0.5
|
||||||
|
offset_left = -787.0
|
||||||
|
offset_top = -380.0
|
||||||
|
offset_right = 794.0
|
||||||
|
offset_bottom = 379.0
|
||||||
|
|
||||||
|
[node name="ScrollContainer" type="ScrollContainer" parent="Control"]
|
||||||
|
layout_mode = 1
|
||||||
|
anchors_preset = 15
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
grow_horizontal = 2
|
||||||
|
grow_vertical = 2
|
||||||
|
|
||||||
|
[node name="VBoxContainer" type="VBoxContainer" parent="Control/ScrollContainer"]
|
||||||
|
layout_mode = 2
|
Loading…
Reference in New Issue