Game #3: Space Shooter
This commit is contained in:
parent
a00e9b59c9
commit
f785a24c14
45 changed files with 927 additions and 0 deletions
9
space-shooter/Scenes/Music.tscn
Normal file
9
space-shooter/Scenes/Music.tscn
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Music/Music.ogg" type="AudioStream" id=1]
|
||||
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer"]
|
||||
stream = ExtResource( 1 )
|
||||
volume_db = -2.0
|
||||
autoplay = true
|
Loading…
Add table
Add a link
Reference in a new issue