RingOfRaces/MiscScenes/LoadGame_Menu.tscn

37 lines
935 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://MiscCodes/LoadGame_Menu.gd" type="Script" id=1]
[ext_resource path="res://pictures/gui/backgrounds/treesbackground1.png" type="Texture2D" id=5]
[sub_resource type="Theme" id=1]
[node name="Loading Games Menu" type="Node2D"]
script = ExtResource( 1 )
[node name="Background" type="TextureRect" parent="."]
offset_right = 1234.0
offset_bottom = 768.0
texture = ExtResource( 5 )
stretch_mode = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ScrollContainer" type="ScrollContainer" parent="."]
offset_left = 123.0
offset_top = 162.0
offset_right = 1113.0
offset_bottom = 690.0
theme = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
offset_right = 990.0
offset_bottom = 528.0
grow_horizontal = 2
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/separation = 2