source: Studio/Main_Menu.tscn@ a89628a

sandbox
Last change on this file since a89628a was cc65f28, checked in by Kevin Chapman <victory2b@…>, 3 years ago

Made it so player will auto walk up short stairs

  • Property mode set to 100644
File size: 8.4 KB
Line 
1[gd_scene load_steps=9 format=2]
2
3[ext_resource path="res://Main_Menu.gd" type="Script" id=1]
4[ext_resource path="res://assets/Titillium-Regular.otf" type="DynamicFontData" id=3]
5
6[sub_resource type="StreamTexture" id=1]
7flags = 4
8load_path = "res://.import/Equirectangular.png-5fcd9b47184fa58d90f4eb61d0b0f6ae.stex"
9
10[sub_resource type="PanoramaSky" id=2]
11radiance_size = 0
12panorama = SubResource( 1 )
13
14[sub_resource type="Environment" id=3]
15background_mode = 2
16background_sky = SubResource( 2 )
17fog_height_min = 0.0
18fog_height_max = 100.0
19tonemap_mode = 3
20ssao_quality = 0
21dof_blur_far_amount = 0.08
22glow_enabled = true
23glow_levels/1 = true
24glow_levels/2 = true
25glow_levels/5 = false
26glow_intensity = 1.0
27glow_strength = 1.1
28glow_blend_mode = 0
29glow_bicubic_upscale = true
30
31[sub_resource type="Animation" id=4]
32length = 9.0
33loop = true
34tracks/0/type = "value"
35tracks/0/path = NodePath("Main_Menu_Camera:rotation_degrees")
36tracks/0/interp = 1
37tracks/0/loop_wrap = true
38tracks/0/imported = false
39tracks/0/enabled = true
40tracks/0/keys = {
41"times": PoolRealArray( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ),
42"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ),
43"update": 0,
44"values": [ Vector3( 0, 0, 0 ), Vector3( 40, 40, 40 ), Vector3( 80, 80, 80 ), Vector3( 120, 120, 120 ), Vector3( 160, 160, 160 ), Vector3( 200, 200, 200 ), Vector3( 240, 240, 240 ), Vector3( 280, 280, 280 ), Vector3( 320, 320, 320 ), Vector3( 360, 360, 360 ) ]
45}
46tracks/1/type = "value"
47tracks/1/path = NodePath("World_Environment:environment:background_sky:panorama")
48tracks/1/interp = 1
49tracks/1/loop_wrap = true
50tracks/1/imported = false
51tracks/1/enabled = true
52tracks/1/keys = {
53"times": PoolRealArray( 0 ),
54"transitions": PoolRealArray( 1 ),
55"update": 1,
56"values": [ SubResource( 1 ) ]
57}
58
59[sub_resource type="StyleBoxFlat" id=5]
60bg_color = Color( 0.199219, 0.199219, 0.199219, 1 )
61border_width_left = 4
62border_width_top = 4
63border_width_right = 4
64border_width_bottom = 4
65border_color = Color( 0.0535583, 0.064363, 0.152344, 1 )
66border_blend = true
67corner_radius_top_left = 10
68corner_radius_top_right = 10
69corner_radius_bottom_right = 10
70corner_radius_bottom_left = 10
71
72[sub_resource type="DynamicFont" id=6]
73size = 32
74use_filter = true
75font_data = ExtResource( 3 )
76
77[node name="Main_Menu" type="Control"]
78anchor_right = 1.0
79anchor_bottom = 1.0
80margin_top = -3.24492
81margin_bottom = -3.24493
82script = ExtResource( 1 )
83__meta__ = {
84"_edit_use_anchors_": false
85}
86testing_area_scene = "res://Testing_Area.tscn"
87
88[node name="Background_Animation" type="Spatial" parent="."]
89
90[node name="World_Environment" type="WorldEnvironment" parent="Background_Animation"]
91environment = SubResource( 3 )
92
93[node name="Main_Menu_Camera" type="Camera" parent="Background_Animation"]
94
95[node name="Animation_Player" type="AnimationPlayer" parent="Background_Animation"]
96autoplay = "Background_Animation"
97playback_speed = 0.18
98anims/Background_Animation = SubResource( 4 )
99
100[node name="Start_Menu" type="Panel" parent="."]
101modulate = Color( 1, 1, 1, 0.901961 )
102margin_right = 330.0
103margin_bottom = 601.0
104custom_styles/panel = SubResource( 5 )
105__meta__ = {
106"_edit_use_anchors_": false
107}
108
109[node name="Title_Label" type="Label" parent="Start_Menu"]
110margin_left = 20.0
111margin_top = 10.0
112margin_right = 227.0
113margin_bottom = 77.0
114rect_scale = Vector2( 1.4, 1.4 )
115custom_fonts/font = SubResource( 6 )
116custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
117custom_constants/shadow_offset_x = 3
118custom_constants/shadow_offset_y = 3
119text = "Revenant
120"
121align = 1
122valign = 1
123__meta__ = {
124"_edit_use_anchors_": false
125}
126
127[node name="Button_Start" type="Button" parent="Start_Menu"]
128anchor_left = 0.5
129anchor_top = 1.0
130anchor_right = 0.5
131anchor_bottom = 1.0
132margin_left = -155.0
133margin_top = -250.0
134margin_right = 155.0
135margin_bottom = -200.0
136custom_fonts/font = SubResource( 6 )
137text = "Start game"
138__meta__ = {
139"_edit_use_anchors_": false
140}
141
142[node name="Button_Open_Godot" type="Button" parent="Start_Menu"]
143anchor_left = 0.5
144anchor_top = 1.0
145anchor_right = 0.5
146anchor_bottom = 1.0
147margin_left = -155.0
148margin_top = -190.0
149margin_right = 156.0
150margin_bottom = -140.0
151custom_fonts/font = SubResource( 6 )
152text = "Open website"
153
154[node name="Button_Options" type="Button" parent="Start_Menu"]
155anchor_left = 0.5
156anchor_top = 1.0
157anchor_right = 0.5
158anchor_bottom = 1.0
159margin_left = -155.0
160margin_top = -130.0
161margin_right = 155.0
162margin_bottom = -80.0
163custom_fonts/font = SubResource( 6 )
164text = "Options"
165
166[node name="Button_Quit" type="Button" parent="Start_Menu"]
167anchor_left = 0.5
168anchor_top = 1.0
169anchor_right = 0.5
170anchor_bottom = 1.0
171margin_left = -155.0
172margin_top = -70.0
173margin_right = 155.0
174margin_bottom = -20.0
175custom_fonts/font = SubResource( 6 )
176text = "Quit"
177
178[node name="Options_Menu" type="Panel" parent="."]
179visible = false
180modulate = Color( 1, 1, 1, 0.901961 )
181margin_left = 0.205399
182margin_top = -1.1171
183margin_right = 330.205
184margin_bottom = 600.883
185custom_styles/panel = SubResource( 5 )
186__meta__ = {
187"_edit_use_anchors_": false
188}
189
190[node name="Title_Label" type="Label" parent="Options_Menu"]
191margin_left = 20.0
192margin_top = 10.0
193margin_right = 227.0
194margin_bottom = 53.0
195rect_scale = Vector2( 1.4, 1.4 )
196custom_fonts/font = SubResource( 6 )
197custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
198custom_constants/shadow_offset_x = 3
199custom_constants/shadow_offset_y = 3
200text = "Options"
201align = 1
202valign = 1
203__meta__ = {
204"_edit_use_anchors_": false
205}
206
207[node name="Label_Mouse_Sensitivity" type="Label" parent="Options_Menu"]
208margin_top = 118.413
209margin_right = 330.0
210margin_bottom = 150.413
211custom_fonts/font = SubResource( 6 )
212text = "Mouse sensitivity"
213align = 1
214valign = 1
215__meta__ = {
216"_edit_use_anchors_": false
217}
218
219[node name="HSlider_Mouse_Sensitivity" type="HSlider" parent="Options_Menu"]
220margin_left = 10.0
221margin_top = 160.0
222margin_right = 320.0
223margin_bottom = 176.0
224min_value = 3.0
225max_value = 23.0
226value = 8.0
227__meta__ = {
228"_edit_use_anchors_": false
229}
230
231[node name="Check_Button_VSync" type="CheckButton" parent="Options_Menu"]
232anchor_left = 0.5
233anchor_top = 1.0
234anchor_right = 0.5
235anchor_bottom = 1.0
236margin_left = -143.009
237margin_top = -232.421
238margin_right = 126.991
239margin_bottom = -192.421
240custom_fonts/font = SubResource( 6 )
241pressed = true
242text = "V-Sync"
243
244[node name="Button_Fullscreen" type="Button" parent="Options_Menu"]
245anchor_left = 0.5
246anchor_top = 1.0
247anchor_right = 0.5
248anchor_bottom = 1.0
249margin_left = -136.335
250margin_top = -169.073
251margin_right = 133.665
252margin_bottom = -119.073
253rect_pivot_offset = Vector2( 217.761, 1.22488 )
254custom_fonts/font = SubResource( 6 )
255text = "Fullscreen"
256
257[node name="Button_Keybind" type="Button" parent="Options_Menu"]
258anchor_left = 0.5
259anchor_top = 1.0
260anchor_right = 0.5
261anchor_bottom = 1.0
262margin_left = -133.812
263margin_top = -304.457
264margin_right = 136.188
265margin_bottom = -254.457
266rect_pivot_offset = Vector2( 217.761, 1.22488 )
267custom_fonts/font = SubResource( 6 )
268text = "Keybinds"
269
270[node name="Check_Button_Debug" type="CheckButton" parent="Options_Menu"]
271anchor_left = 0.5
272anchor_top = 1.0
273anchor_right = 0.5
274anchor_bottom = 1.0
275margin_left = -152.33
276margin_top = -109.955
277margin_right = 157.67
278margin_bottom = -69.9548
279custom_fonts/font = SubResource( 6 )
280text = "Debug display"
281
282[node name="Button_Back" type="Button" parent="Options_Menu"]
283pause_mode = 1
284anchor_left = 0.5
285anchor_top = 1.0
286anchor_right = 0.5
287anchor_bottom = 1.0
288margin_left = -155.0
289margin_top = -60.656
290margin_right = 155.0
291margin_bottom = -10.656
292custom_fonts/font = SubResource( 6 )
293text = "Back"
294
295[node name="Keybind_Menu" type="Panel" parent="."]
296visible = false
297modulate = Color( 1, 1, 1, 0.901961 )
298margin_left = 336.38
299margin_top = 0.334869
300margin_right = 666.38
301margin_bottom = 601.335
302custom_styles/panel = SubResource( 5 )
303__meta__ = {
304"_edit_use_anchors_": false
305}
306
307[node name="Title_Label" type="Label" parent="Keybind_Menu"]
308margin_left = 20.0
309margin_top = 10.0
310margin_right = 227.0
311margin_bottom = 77.0
312rect_scale = Vector2( 1.4, 1.4 )
313custom_fonts/font = SubResource( 6 )
314custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
315custom_constants/shadow_offset_x = 3
316custom_constants/shadow_offset_y = 3
317text = "Keybinds
318"
319align = 1
320valign = 1
321
322[node name="Button_Save" type="Button" parent="Keybind_Menu"]
323anchor_left = 0.5
324anchor_top = 1.0
325anchor_right = 0.5
326anchor_bottom = 1.0
327margin_left = -155.0
328margin_top = -70.0
329margin_right = 155.0
330margin_bottom = -20.0
331custom_fonts/font = SubResource( 6 )
332text = "Save"
333__meta__ = {
334"_edit_use_anchors_": false
335}
336
337[node name="VBoxContainer" type="VBoxContainer" parent="Keybind_Menu"]
338margin_left = 4.0
339margin_top = 59.0
340margin_right = 320.0
341margin_bottom = 503.0
Note: See TracBrowser for help on using the repository browser.