File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ [gd_scene load_steps =2 format =2 ]
2
+
3
+ [ext_resource path ="res://art/House In a Forest Loop.ogg" type ="AudioStream" id =1 ]
4
+
5
+ [node name ="GameState" type ="Node" ]
6
+
7
+ [node name ="BGM" type ="AudioStreamPlayer" parent ="." ]
8
+ stream = ExtResource ( 1 )
9
+ autoplay = true
Original file line number Diff line number Diff line change 1
- [gd_scene load_steps =20 format =2 ]
1
+ [gd_scene load_steps =19 format =2 ]
2
2
3
3
[ext_resource path ="res://Player.tscn" type ="PackedScene" id =1 ]
4
4
[ext_resource path ="res://Main.gd" type ="Script" id =2 ]
5
5
[ext_resource path ="res://ui_theme.tres" type ="Theme" id =3 ]
6
6
[ext_resource path ="res://ScoreLabel.gd" type ="Script" id =4 ]
7
- [ext_resource path ="res://art/House In a Forest Loop.ogg" type ="AudioStream" id =5 ]
8
7
[ext_resource path ="res://default_env.tres" type ="Environment" id =6 ]
9
8
[ext_resource path ="res://ground_mesh.tres" type ="CubeMesh" id =7 ]
10
9
[ext_resource path ="res://Cyan.tres" type ="Material" id =8 ]
@@ -225,10 +224,6 @@ margin_right = 224.0
225
224
margin_bottom = 119.0
226
225
text = "Exit"
227
226
228
- [node name ="AudioStreamPlayer" type ="AudioStreamPlayer" parent ="." ]
229
- stream = ExtResource ( 5 )
230
- autoplay = true
231
-
232
227
[node name ="WorldEnvironment" type ="WorldEnvironment" parent ="." ]
233
228
environment = ExtResource ( 6 )
234
229
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ config/icon="res://icon.png"
20
20
[autoload ]
21
21
22
22
Hotkeys ="*res://Hotkeys.gd"
23
+ GameState ="*res://GameState.tscn"
23
24
24
25
[display ]
25
26
You can’t perform that action at this time.
0 commit comments