37 lines
934 B
Plaintext
37 lines
934 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://MenuScenes/LoadGame_Menu.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://pictures/gui/backgrounds/treesbackground1.png" type="Texture" id=5]
|
||
|
|
||
|
[sub_resource type="Theme" id=1]
|
||
|
|
||
|
[node name="Loading Games Menu" type="Node2D"]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Background" type="TextureRect" parent="."]
|
||
|
margin_right = 1234.0
|
||
|
margin_bottom = 768.0
|
||
|
texture = ExtResource( 5 )
|
||
|
stretch_mode = 2
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
||
|
margin_left = 123.0
|
||
|
margin_top = 162.0
|
||
|
margin_right = 1113.0
|
||
|
margin_bottom = 690.0
|
||
|
theme = SubResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
|
||
|
margin_right = 990.0
|
||
|
margin_bottom = 528.0
|
||
|
grow_horizontal = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
custom_constants/separation = 2
|