pegchamp/Menu/MainMenu.tscn

129 lines
4.2 KiB
Text
Raw Normal View History

2021-10-05 19:55:34 +00:00
[gd_scene load_steps=13 format=2]
2021-09-11 20:35:58 +00:00
[ext_resource path="res://Menu/Theme.tres" type="Theme" id=1]
2021-10-01 15:28:14 +00:00
[ext_resource path="res://Menu/LevelList.tscn" type="PackedScene" id=2]
2021-09-11 20:35:58 +00:00
[ext_resource path="res://Effects/FadeIn.tscn" type="PackedScene" id=3]
2021-09-14 10:22:39 +00:00
[ext_resource path="res://Cannon/Cannon.tscn" type="PackedScene" id=4]
[ext_resource path="res://Menu/Buttons/Fullscreen/FullscreenButton.tscn" type="PackedScene" id=5]
2021-10-05 19:55:34 +00:00
[ext_resource path="res://Menu/Buttons/CameraFXButton.tscn" type="PackedScene" id=6]
2021-09-14 10:22:39 +00:00
[ext_resource path="res://Menu/LevelInfo.tscn" type="PackedScene" id=7]
2021-09-28 15:55:03 +00:00
[ext_resource path="res://Menu/Buttons/AudioSliders/VolumeSlider.tscn" type="PackedScene" id=9]
[ext_resource path="res://Menu/Buttons/AudioSliders/MusicVolume1.png" type="Texture" id=10]
[ext_resource path="res://Menu/Buttons/AudioSliders/MusicVolume2.png" type="Texture" id=11]
[ext_resource path="res://Menu/Buttons/AudioSliders/SFXVolume1.png" type="Texture" id=12]
[ext_resource path="res://Menu/Buttons/AudioSliders/SFXVolume2.png" type="Texture" id=13]
2021-09-11 20:35:58 +00:00
[node name="CanvasLayer" type="CanvasLayer"]
[node name="Control" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
2021-09-14 10:22:39 +00:00
margin_left = 4.0
margin_top = 4.0
margin_right = -4.0
margin_bottom = -4.0
theme = ExtResource( 1 )
2021-09-11 20:35:58 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TabContainer" type="TabContainer" parent="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2021-09-14 10:22:39 +00:00
theme = ExtResource( 1 )
custom_colors/font_color_bg = Color( 0.454902, 0.337255, 0.607843, 1 )
custom_colors/font_color_fg = Color( 0.454902, 0.337255, 0.607843, 1 )
all_tabs_in_front = true
2021-09-11 20:35:58 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Main Menu" type="Tabs" parent="Control/TabContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
2021-09-14 10:22:39 +00:00
margin_top = 39.0
2021-09-11 20:35:58 +00:00
margin_right = -4.0
margin_bottom = -4.0
theme = ExtResource( 1 )
2021-09-14 10:22:39 +00:00
[node name="VBoxContainer" type="VBoxContainer" parent="Control/TabContainer/Main Menu"]
anchor_right = 1.0
anchor_bottom = 1.0
alignment = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="Control/TabContainer/Main Menu/VBoxContainer"]
2021-10-05 19:55:34 +00:00
margin_top = 125.0
2021-09-14 10:22:39 +00:00
margin_right = 368.0
margin_bottom = 165.0
2021-09-28 15:55:03 +00:00
alignment = 1
[node name="SFX Volume" parent="Control/TabContainer/Main Menu/VBoxContainer/HBoxContainer" instance=ExtResource( 9 )]
2021-10-05 19:55:34 +00:00
margin_right = 100.0
margin_bottom = 40.0
rect_min_size = Vector2( 100, 40 )
2021-09-28 15:55:03 +00:00
custom_icons/grabber_highlight = ExtResource( 13 )
custom_icons/grabber = ExtResource( 12 )
bus_channel = "SFX"
[node name="Music Volume" parent="Control/TabContainer/Main Menu/VBoxContainer/HBoxContainer" instance=ExtResource( 9 )]
2021-10-05 19:55:34 +00:00
margin_left = 104.0
margin_right = 204.0
margin_bottom = 40.0
rect_min_size = Vector2( 100, 40 )
size_flags_horizontal = 3
size_flags_vertical = 3
2021-09-28 15:55:03 +00:00
custom_icons/grabber_highlight = ExtResource( 11 )
custom_icons/grabber = ExtResource( 10 )
bus_channel = "Music"
2021-09-14 10:22:39 +00:00
[node name="FullscreenButton" parent="Control/TabContainer/Main Menu/VBoxContainer/HBoxContainer" instance=ExtResource( 5 )]
anchor_right = 0.0
anchor_bottom = 0.0
2021-10-05 19:55:34 +00:00
margin_left = 208.0
margin_right = 286.0
margin_bottom = 40.0
size_flags_horizontal = 3
size_flags_vertical = 4
theme = ExtResource( 1 )
align = 2
[node name="CameraFXButton" parent="Control/TabContainer/Main Menu/VBoxContainer/HBoxContainer" instance=ExtResource( 6 )]
2021-09-14 10:22:39 +00:00
2021-09-11 20:35:58 +00:00
[node name="Levels" type="Tabs" parent="Control/TabContainer"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
2021-09-14 10:22:39 +00:00
margin_top = 39.0
2021-09-11 20:35:58 +00:00
margin_right = -4.0
margin_bottom = -4.0
theme = ExtResource( 1 )
2021-09-14 10:22:39 +00:00
[node name="HBoxContainer" type="HBoxContainer" parent="Control/TabContainer/Levels"]
2021-09-11 20:35:58 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
2021-09-14 10:22:39 +00:00
custom_constants/separation = 4
2021-09-11 20:35:58 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-10-05 19:55:34 +00:00
[node name="LevelList" parent="Control/TabContainer/Levels/HBoxContainer" instance=ExtResource( 2 )]
margin_left = 0.0
margin_right = 192.0
2021-09-14 10:22:39 +00:00
[node name="LevelInfo" parent="Control/TabContainer/Levels/HBoxContainer" instance=ExtResource( 7 )]
anchor_right = 0.0
anchor_bottom = 0.0
2021-10-05 19:55:34 +00:00
margin_left = 196.0
margin_right = 313.0
2021-10-01 15:28:14 +00:00
margin_bottom = 165.0
2021-09-14 10:22:39 +00:00
2021-09-11 20:35:58 +00:00
[node name="Transition" parent="." instance=ExtResource( 3 )]
2021-09-14 10:22:39 +00:00
[node name="Cannon" parent="." instance=ExtResource( 4 )]
2021-09-29 13:07:06 +00:00
visible = false