[gd_scene load_steps=3 format=3 uid="uid://c2ov83uk7r6rq"] [ext_resource type="Theme" uid="uid://intlbeu8h82r" path="res://Asserts/GameTheme.tres" id="1_mhtia"] [ext_resource type="Script" uid="uid://c8t8d8e7inajy" path="res://Scripts/Controllers/Mods.cs" id="1_mnyng"] [node name="MarginContainer" type="MarginContainer"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("1_mhtia") theme_override_constants/margin_left = 30 theme_override_constants/margin_top = 30 theme_override_constants/margin_right = 30 theme_override_constants/margin_bottom = 30 script = ExtResource("1_mnyng") [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 2 [node name="Button" type="Button" parent="VBoxContainer"] layout_mode = 2 text = "KEY_BackHome" [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] layout_mode = 2 [node name="CheckButton" type="CheckButton" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 text = "KEY_EnableMod" [node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 text = "KEY_ReloadMod" [node name="Button2" type="Button" parent="VBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 text = "KEY_OpenModDir" [node name="VScrollBar" type="VScrollBar" parent="VBoxContainer"] layout_mode = 2 size_flags_horizontal = 1 size_flags_vertical = 3 [node name="ItemList" type="ItemList" parent="VBoxContainer/VScrollBar"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [connection signal="pressed" from="VBoxContainer/Button" to="." method="OnBack"] [connection signal="toggled" from="VBoxContainer/HBoxContainer/CheckButton" to="." method="OnEnableMods"] [connection signal="pressed" from="VBoxContainer/HBoxContainer/Button2" to="." method="OnReSearchMods"] [connection signal="pressed" from="VBoxContainer/Button2" to="." method="OnOpenModFileDir"]