123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- [gd_scene load_steps=3 format=3 uid="uid://cwmhra3pt1h83"]
- [ext_resource type="Script" path="res://script/combo.gd" id="1_8i0ov"]
- [ext_resource type="PackedScene" uid="uid://c240icwf4uov8" path="res://scene/main.tscn" id="2_reiiv"]
- [node name="Combo" type="Control"]
- layout_mode = 3
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- script = ExtResource("1_8i0ov")
- [node name="GridContainer" type="GridContainer" parent="."]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- columns = 2
- [node name="Main" parent="GridContainer" instance=ExtResource("2_reiiv")]
- layout_mode = 2
- anchors_preset = 0
- anchor_right = 0.0
- anchor_bottom = 0.0
- offset_right = 574.0
- offset_bottom = 322.0
- grow_horizontal = 1
- grow_vertical = 1
- [node name="Main2" parent="GridContainer" instance=ExtResource("2_reiiv")]
- layout_mode = 2
- anchors_preset = 0
- anchor_right = 0.0
- anchor_bottom = 0.0
- offset_left = 578.0
- offset_right = 1152.0
- offset_bottom = 322.0
- grow_horizontal = 1
- grow_vertical = 1
- [node name="Main3" parent="GridContainer" instance=ExtResource("2_reiiv")]
- layout_mode = 2
- anchors_preset = 0
- anchor_right = 0.0
- anchor_bottom = 0.0
- offset_top = 326.0
- offset_right = 574.0
- offset_bottom = 648.0
- grow_horizontal = 1
- grow_vertical = 1
- [node name="Main4" parent="GridContainer" instance=ExtResource("2_reiiv")]
- layout_mode = 2
- anchors_preset = 0
- anchor_right = 0.0
- anchor_bottom = 0.0
- offset_left = 578.0
- offset_top = 326.0
- offset_right = 1152.0
- offset_bottom = 648.0
- grow_horizontal = 1
- grow_vertical = 1
|