[gd_scene load_steps=4 format=2] [ext_resource path="res://game/ui/commons/fonts/caslonantique.tres" type="DynamicFont" id=1] [ext_resource path="res://game/ui/commons/load_save_slot/load_save_slot.tscn" type="PackedScene" id=2] [ext_resource path="res://game/ui/commons/load/load_game.gd" type="Script" id=3] [node name="load_game" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } slot_ui_scene = ExtResource( 2 ) [node name="CenterContainer" type="CenterContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] margin_left = 390.0 margin_top = 184.0 margin_right = 890.0 margin_bottom = 715.0 __meta__ = { "_edit_use_anchors_": false } [node name="ScrollContainer" type="ScrollContainer" parent="CenterContainer/VBoxContainer"] margin_right = 500.0 margin_bottom = 500.0 rect_min_size = Vector2( 500, 500 ) scroll_horizontal_enabled = false __meta__ = { "_edit_use_anchors_": false } [node name="slots" type="VBoxContainer" parent="CenterContainer/VBoxContainer/ScrollContainer"] margin_right = 500.0 margin_bottom = 500.0 size_flags_horizontal = 3 size_flags_vertical = 3 __meta__ = { "_edit_use_anchors_": false } [node name="back" type="Button" parent="CenterContainer/VBoxContainer"] margin_top = 504.0 margin_right = 500.0 margin_bottom = 531.0 custom_fonts/font = ExtResource( 1 ) text = "OPTIONS_BACK" __meta__ = { "_edit_use_anchors_": false } [connection signal="pressed" from="CenterContainer/VBoxContainer/back" to="." method="_on_back_pressed"]