-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_menu.tscn
53 lines (46 loc) · 1.66 KB
/
main_menu.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[gd_scene load_steps=4 format=3 uid="uid://dxgrw6kojqpkr"]
[ext_resource type="FontFile" uid="uid://bscrgmx88wnpd" path="res://fonts/SHPinscher-Regular.otf" id="1_pf1j2"]
[ext_resource type="Texture2D" uid="uid://dylcgfonltcir" path="res://art/TitleScreen.png" id="1_wtopj"]
[ext_resource type="AudioStream" uid="uid://cc61diav6gucy" path="res://art/Stay the Course.mp3" id="3_qyxf8"]
[node name="MainMenu" type="Node"]
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="CanvasLayer"]
position = Vector2(540, 360)
scale = Vector2(4, 4)
texture = ExtResource("1_wtopj")
[node name="NewGameButton" type="Button" parent="CanvasLayer"]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -394.0
offset_top = 533.0
offset_right = -175.0
offset_bottom = 619.0
grow_horizontal = 2
size_flags_horizontal = 6
size_flags_vertical = 4
theme_override_colors/font_color = Color(0.921569, 0.87451, 0.258824, 1)
theme_override_fonts/font = ExtResource("1_pf1j2")
theme_override_font_sizes/font_size = 64
text = "New Game
"
[node name="ExitButton" type="Button" parent="CanvasLayer"]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = 174.0
offset_top = 533.0
offset_right = 393.0
offset_bottom = 619.0
grow_horizontal = 2
pivot_offset = Vector2(326, 109)
size_flags_horizontal = 6
size_flags_vertical = 4
theme_override_colors/font_color = Color(0.921569, 0.87451, 0.258824, 1)
theme_override_fonts/font = ExtResource("1_pf1j2")
theme_override_font_sizes/font_size = 64
text = "Exit
"
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="CanvasLayer"]
stream = ExtResource("3_qyxf8")
autoplay = true