Vore_Sandbox_Remaster/mainmenu.tscn

145 lines
3.6 KiB
Text

[gd_scene load_steps=9 format=2]
[ext_resource path="res://sprites/spr_FOXMOUF_0.png" type="Texture" id=1]
[ext_resource path="res://scripts/UI/FullScreenButton.gd" type="Script" id=2]
[ext_resource path="res://scripts/UI/ExitButton.gd" type="Script" id=4]
[ext_resource path="res://scripts/mainmenu.gd" type="Script" id=5]
[ext_resource path="res://fonts/title.tres" type="DynamicFont" id=6]
[ext_resource path="res://UI_themes/main.tres" type="Theme" id=8]
[ext_resource path="res://scripts/UI/gotoscenebutton.gd" type="Script" id=9]
[sub_resource type="StreamTexture" id=1]
flags = 4
load_path = "res://.import/foxright_0.png-6209bf8667a7234144a4ced62c64e659.stex"
[node name="mainmenu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 8 )
script = ExtResource( 5 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 1 )
expand = true
stretch_mode = 7
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 0.384314 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false,
"_editor_description_": ""
}
[node name="Label" type="Label" parent="."]
anchor_right = 1.0
margin_top = 8.0
margin_bottom = 107.0
custom_fonts/font = ExtResource( 6 )
text = "Vore Sandbox
Remastered!"
align = 1
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Cent" type="CenterContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="Cent"]
margin_left = 374.0
margin_top = 276.0
margin_right = 586.0
margin_bottom = 444.0
__meta__ = {
"_edit_group_": true,
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="foxbutton" type="Button" parent="Cent/VBoxContainer"]
margin_right = 212.0
margin_bottom = 66.0
text = "Play as a fox"
icon = SubResource( 1 )
script = ExtResource( 9 )
goto = "res://in-game.tscn"
default = true
[node name="HBoxContainer" type="HBoxContainer" parent="Cent/VBoxContainer"]
margin_top = 70.0
margin_right = 212.0
margin_bottom = 100.0
[node name="SettingsB" type="Button" parent="Cent/VBoxContainer/HBoxContainer"]
margin_right = 104.0
margin_bottom = 30.0
size_flags_horizontal = 3
text = "Settings"
script = ExtResource( 9 )
__meta__ = {
"_edit_use_anchors_": false
}
goto = "res://settingsMenu.tscn"
[node name="CreditsButton" type="Button" parent="Cent/VBoxContainer/HBoxContainer"]
margin_left = 108.0
margin_right = 212.0
margin_bottom = 30.0
size_flags_horizontal = 3
text = "About"
script = ExtResource( 9 )
__meta__ = {
"_edit_use_anchors_": false
}
goto = "res://creditsMenu.tscn"
[node name="preymanage" type="Button" parent="Cent/VBoxContainer"]
margin_top = 104.0
margin_right = 212.0
margin_bottom = 134.0
text = "Prey Manager"
script = ExtResource( 9 )
goto = "res://preyMenu.tscn"
[node name="HBoxContainer2" type="HBoxContainer" parent="Cent/VBoxContainer"]
margin_top = 138.0
margin_right = 212.0
margin_bottom = 168.0
[node name="FullScreenButton" type="Button" parent="Cent/VBoxContainer/HBoxContainer2"]
margin_right = 104.0
margin_bottom = 30.0
size_flags_horizontal = 3
text = "Fullscreen"
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ExitButton" type="Button" parent="Cent/VBoxContainer/HBoxContainer2"]
margin_left = 108.0
margin_right = 212.0
margin_bottom = 30.0
size_flags_horizontal = 3
text = "Exit Game"
script = ExtResource( 4 )