-
Notifications
You must be signed in to change notification settings - Fork 12
/
MainMenu.tscn
95 lines (83 loc) · 2.32 KB
/
MainMenu.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[gd_scene load_steps=8 format=2]
[ext_resource path="res://ui/basetheme.tres" type="StyleBox" id=1]
[ext_resource path="res://ui/font.tres" type="DynamicFont" id=2]
[ext_resource path="res://audio/music/12okt.ogg" type="AudioStream" id=3]
[ext_resource path="res://ui/KLEINTEN.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://MainMenu.gd" type="Script" id=5]
[sub_resource type="Animation" id=1]
resource_name = "fadein"
tracks/0/type = "value"
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
[sub_resource type="DynamicFont" id=2]
size = 64
font_data = ExtResource( 4 )
[node name="MainMenu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
autoplay = "fadein"
anims/fadein = SubResource( 1 )
[node name="Label" type="Label" parent="."]
self_modulate = Color( 0.431373, 0.341176, 0.45098, 1 )
anchor_left = 0.5
anchor_right = 0.5
margin_left = -273.0
margin_top = 184.0
margin_right = 273.0
margin_bottom = 810.0
custom_fonts/font = ExtResource( 2 )
text = "Press Space to Start
Press Esc to Exit
Controls:
WASD or Arrow Keys to move
Space to drink potion
Shift to skip turn
R to restart
Esc to Exit
How to Play:
Collect 3 keys to get to the next level
Collect all 5 treasures
Potions let you move an extra space
Created by Miziziziz
Music and sfx are from public domain
or royalty-free sources"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="Label"]
show_behind_parent = true
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -21.0
margin_top = -21.0
margin_right = 21.0
margin_bottom = 21.0
custom_styles/panel = ExtResource( 1 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
autoplay = true
[node name="Title" type="Label" parent="."]
self_modulate = Color( 0.431373, 0.341176, 0.45098, 1 )
anchor_left = 0.5
anchor_right = 0.5
margin_left = -210.5
margin_top = 48.0
margin_right = 210.5
margin_bottom = 120.0
custom_fonts/font = SubResource( 2 )
text = "Thine Cometh"