first commit
This commit is contained in:
61
scenes/stages/menus/MenuMain.tscn
Normal file
61
scenes/stages/menus/MenuMain.tscn
Normal file
@ -0,0 +1,61 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/user_interface/ButtonNormal.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scripts/stages/menus/MenuMain.cs" type="Script" id=2]
|
||||
|
||||
[node name="MenuMain" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Background" type="ColorRect" parent="."]
|
||||
anchor_right = 0.3
|
||||
anchor_bottom = 1.0
|
||||
color = Color( 0, 0, 0, 0.498039 )
|
||||
|
||||
[node name="MenuList" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.05
|
||||
anchor_right = 0.25
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="BtnLoadLevel" parent="MenuList" instance=ExtResource( 1 )]
|
||||
margin_top = 40.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 83.9259
|
||||
size_flags_vertical = 6
|
||||
text = "Load Level"
|
||||
|
||||
[node name="BtnLoadSky" parent="MenuList" instance=ExtResource( 1 )]
|
||||
margin_top = 168.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 211.926
|
||||
size_flags_vertical = 6
|
||||
text = "Load Sky"
|
||||
|
||||
[node name="BtnMultiplayer" parent="MenuList" instance=ExtResource( 1 )]
|
||||
margin_top = 297.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 340.926
|
||||
size_flags_vertical = 6
|
||||
text = "Multiplayer"
|
||||
|
||||
[node name="BtnAbout" parent="MenuList" instance=ExtResource( 1 )]
|
||||
margin_top = 425.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 468.926
|
||||
size_flags_vertical = 6
|
||||
text = "About"
|
||||
|
||||
[node name="BtnBack" parent="MenuList" instance=ExtResource( 1 )]
|
||||
margin_top = 554.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 597.926
|
||||
size_flags_vertical = 6
|
||||
text = "Back to Stalker"
|
||||
|
||||
[node name="BtnExit" parent="MenuList" instance=ExtResource( 1 )]
|
||||
margin_top = 683.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 726.926
|
||||
size_flags_vertical = 6
|
||||
text = "Exit Stalker"
|
Reference in New Issue
Block a user