-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tscn
29 lines (22 loc) · 911 Bytes
/
Main.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://managers/DataManager.gd" type="Script" id=25]
[ext_resource path="res://Main.gd" type="Script" id=26]
[ext_resource path="res://assets/sounds/sfx/_pa/gui/screen_slide.wav" type="AudioStream" id=28]
[ext_resource path="res://assets/sounds/sfx/_pa/gui/menu_fade.wav" type="AudioStream" id=40]
[node name="Main" type="Node"]
script = ExtResource( 26 )
[node name="DataManager" type="Node" parent="."]
script = ExtResource( 25 )
[node name="Undi" type="ColorRect" parent="."]
margin_right = 1280.0
margin_bottom = 720.0
color = Color( 0, 0, 0, 1 )
[node name="Sounds" type="Node2D" parent="."]
pause_mode = 2
[node name="MenuFade" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource( 40 )
volume_db = -15.0
pitch_scale = 0.93
[node name="ScreenSlide" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource( 28 )
pitch_scale = 0.9