ChocolateBird/main_menu.tscn

56 lines
1.5 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://box.tscn" type="PackedScene" id=1]
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=2]
[ext_resource path="res://widgets/ColorMenu.tscn" type="PackedScene" id=3]
[ext_resource path="res://theme/border_imagetexture.tres" type="Texture" id=4]
[node name="main_menu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_scale = Vector2( 2, 2 )
theme = ExtResource( 2 )
[node name="MarginContainer" type="MarginContainer" parent="."]
margin_right = 70.0
margin_bottom = 32.0
size_flags_horizontal = 0
size_flags_vertical = 0
[node name="box2" parent="MarginContainer" instance=ExtResource( 1 )]
material = null
margin_right = 101.0
margin_bottom = 37.0
size_flags_horizontal = 3
size_flags_vertical = 3
texture = ExtResource( 4 )
[node name="MarginContainer2" type="MarginContainer" parent="MarginContainer"]
margin_right = 101.0
margin_bottom = 37.0
custom_constants/margin_right = 4
custom_constants/margin_top = 4
custom_constants/margin_left = 4
custom_constants/margin_bottom = 4
[node name="Label" type="Label" parent="MarginContainer/MarginContainer2"]
margin_left = 4.0
margin_top = 4.0
margin_right = 97.0
margin_bottom = 33.0
text = "Load Save File
From here"
[node name="Button" type="Button" parent="."]
margin_left = 40.0
margin_top = 40.0
margin_right = 124.0
margin_bottom = 61.0
text = "Test Button"
[node name="ColorMenu" parent="." instance=ExtResource( 3 )]
margin_left = 44.0
margin_top = 64.0
margin_right = 129.0
margin_bottom = 128.0