51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
[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="back" type="Button" parent="."]
|
|
margin_left = 130.0
|
|
margin_top = 329.0
|
|
margin_right = 304.0
|
|
margin_bottom = 383.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "OPTIONS_BACK"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
anchor_left = 0.291
|
|
anchor_top = 0.369
|
|
anchor_right = 0.709
|
|
anchor_bottom = 0.941
|
|
margin_left = -0.480011
|
|
margin_top = -1.10001
|
|
margin_right = 0.479919
|
|
margin_bottom = -0.900024
|
|
scroll_horizontal_enabled = false
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="slots" type="VBoxContainer" parent="ScrollContainer"]
|
|
margin_right = 536.0
|
|
margin_bottom = 515.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="back" to="." method="_on_back_pressed"]
|