55 lines
1.5 KiB
Text
55 lines
1.5 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://c6cqrvu2ifno6"]
|
|
|
|
[ext_resource type="Script" uid="uid://cn6njcwxgyat2" path="res://01 - Menus/05 - Campaign Manager/campaign_manager.gd" id="1_wb8ha"]
|
|
|
|
[node name="campaign_manager" type="Node2D"]
|
|
script = ExtResource("1_wb8ha")
|
|
|
|
[node name="ui_background" type="ColorRect" parent="."]
|
|
unique_name_in_owner = true
|
|
offset_right = 512.0
|
|
offset_bottom = 1440.0
|
|
color = Color(0.047058824, 0.07058824, 0.09803922, 1)
|
|
|
|
[node name="close" type="Button" parent="."]
|
|
unique_name_in_owner = true
|
|
offset_left = 96.0
|
|
offset_top = 1280.0
|
|
offset_right = 416.0
|
|
offset_bottom = 1344.0
|
|
text = "Close"
|
|
|
|
[node name="items" type="Button" parent="."]
|
|
unique_name_in_owner = true
|
|
offset_left = 96.0
|
|
offset_top = 320.0
|
|
offset_right = 416.0
|
|
offset_bottom = 384.0
|
|
text = "items"
|
|
|
|
[node name="save" type="Button" parent="."]
|
|
unique_name_in_owner = true
|
|
offset_left = 96.0
|
|
offset_top = 1184.0
|
|
offset_right = 416.0
|
|
offset_bottom = 1248.0
|
|
text = "Save"
|
|
|
|
[node name="scroll" type="ScrollContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_contents = false
|
|
offset_left = 576.0
|
|
offset_top = 64.0
|
|
offset_right = 2496.0
|
|
offset_bottom = 1408.0
|
|
horizontal_scroll_mode = 0
|
|
|
|
[node name="container" type="VBoxContainer" parent="scroll"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[connection signal="button_up" from="close" to="." method="_on_close_button_up"]
|
|
[connection signal="button_up" from="items" to="." method="_on_items_button_up"]
|
|
[connection signal="button_up" from="save" to="." method="_on_save_button_up"]
|