| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658 |
- [gd_scene load_steps=7 format=3 uid="uid://bdctqn5p6wxna"]
- [ext_resource type="Script" uid="uid://bnuobku66xd0n" path="res://Scripts/UI/ThemeSelect.gd" id="1_iabcx"]
- [ext_resource type="StyleBox" uid="uid://comkghpj0djcl" path="res://Resources/UI/Panel.tres" id="1_x58ld"]
- [ext_resource type="Texture2D" uid="uid://cw5c58yiaeh4j" path="res://Assets/Sprites/UI/ThemeIconsDay.png" id="2_1u8id"]
- [ext_resource type="Texture2D" uid="uid://ddkw5v7l2n4s5" path="res://Assets/Sprites/UI/CheckboxbutSmall.png" id="3_1u8id"]
- [sub_resource type="StyleBoxLine" id="StyleBoxLine_iabcx"]
- color = Color(1, 1, 1, 1)
- [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_iabcx"]
- [node name="ThemeSelect" 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_iabcx")
- [node name="ColorRect" type="ColorRect" parent="."]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- color = Color(0, 0, 0, 0.5)
- [node name="PanelContainer" type="PanelContainer" parent="."]
- layout_mode = 1
- anchors_preset = 8
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- offset_left = -97.0
- offset_top = -86.0
- offset_right = 97.0
- offset_bottom = 86.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/panel = ExtResource("1_x58ld")
- [node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
- layout_mode = 2
- [node name="Label" type="Label" parent="PanelContainer/VBoxContainer"]
- layout_mode = 2
- size_flags_horizontal = 4
- text = "SELECT THEME"
- [node name="HSeparator" type="HSeparator" parent="PanelContainer/VBoxContainer/Label"]
- layout_mode = 1
- anchors_preset = 12
- anchor_top = 1.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- offset_top = -4.0
- grow_horizontal = 2
- grow_vertical = 0
- theme_override_styles/separator = SubResource("StyleBoxLine_iabcx")
- [node name="ThemeContainer" type="HFlowContainer" parent="PanelContainer/VBoxContainer"]
- unique_name_in_owner = true
- layout_mode = 2
- size_flags_vertical = 3
- [node name="Overworld" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(0, 0, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Overworld"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Overworld"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Underground" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(32, 0, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Underground"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Underground"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Desert" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(64, 0, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Desert"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Desert"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Snow" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(96, 0, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Snow"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Snow"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Jungle" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(128, 0, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Jungle"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Jungle"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Beach" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(0, 32, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Beach"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Beach"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Garden" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(32, 32, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Garden"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Garden"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Mountain" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(64, 32, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Mountain"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Mountain"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Skyland" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(96, 32, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Skyland"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Skyland"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Autumn" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(128, 32, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Autumn"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Autumn"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Pipeland" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(0, 64, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Pipeland"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Pipeland"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Space" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(32, 64, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Space"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Space"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Underwater" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(64, 64, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Underwater"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Underwater"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Volcano" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(96, 64, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Volcano"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Volcano"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="GhostHouse" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(128, 64, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/GhostHouse"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/GhostHouse"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Castle" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(0, 96, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Castle"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Castle"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="CastleWater" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(32, 96, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/CastleWater"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/CastleWater"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Airship" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(64, 96, 32, 32)
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Airship"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Airship"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
- [node name="Bonus" type="NinePatchRect" parent="PanelContainer/VBoxContainer/ThemeContainer"]
- custom_minimum_size = Vector2(32, 32)
- layout_mode = 2
- texture = ExtResource("2_1u8id")
- region_rect = Rect2(96, 96, 32, 32)
- patch_margin_bottom = 8
- [node name="Button" type="Button" parent="PanelContainer/VBoxContainer/ThemeContainer/Bonus"]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_styles/focus = SubResource("StyleBoxEmpty_iabcx")
- toggle_mode = true
- flat = true
- [node name="Checkbox" type="TextureRect" parent="PanelContainer/VBoxContainer/ThemeContainer/Bonus"]
- layout_mode = 1
- anchors_preset = 1
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -12.0
- offset_top = 1.0
- offset_right = -1.0
- offset_bottom = 12.0
- grow_horizontal = 0
- mouse_filter = 2
- texture = ExtResource("3_1u8id")
- stretch_mode = 2
|