music
This commit is contained in:
parent
82a2d84dc7
commit
7db945eb07
@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cbs0x36e3ranm"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cbs0x36e3ranm"]
|
||||
|
||||
[ext_resource type="MeshLibrary" uid="uid://bo7ir5us230sa" path="res://assets/tilesets/tileset.tres" id="1_l447d"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5gb5paiupum" path="res://player/player.tscn" id="2_ojnju"]
|
||||
[ext_resource type="AudioStream" uid="uid://bba7tiqty57ek" path="res://music/jazz.ogg" id="3_brvx4"]
|
||||
|
||||
[node name="test_level" type="Node3D"]
|
||||
|
||||
@ -20,3 +21,7 @@ transform = Transform3D(1, 0, 0, 0, 0.388867, 0.921294, 0, -0.921294, 0.388867,
|
||||
attributes = null
|
||||
fov = 37.8493
|
||||
near = 0.032
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("3_brvx4")
|
||||
autoplay = true
|
||||
|
@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://4tym1auav4yv"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://4tym1auav4yv"]
|
||||
|
||||
[ext_resource type="Script" path="res://menu/start_game_menu.cs" id="1_0k2xm"]
|
||||
[ext_resource type="AudioStream" uid="uid://ckg5eypyrhidg" path="res://music/I Feel Grunge (Slow).wav" id="2_yw57x"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_n38oc"]
|
||||
font_size = 290
|
||||
@ -143,3 +144,7 @@ offset_bottom = -461.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_yw57x")
|
||||
autoplay = true
|
||||
|
BIN
music/I Feel Grunge (Slow).wav
Normal file
BIN
music/I Feel Grunge (Slow).wav
Normal file
Binary file not shown.
BIN
music/jazz.ogg
Normal file
BIN
music/jazz.ogg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user