Adds theme music

master
TechieDamien 2025-08-01 14:48:26 +01:00
parent 90814db16e
commit 9e5e9996df
Signed by: TechieDamien
GPG Key ID: 2ACE3574E164B780
4 changed files with 32 additions and 0 deletions

BIN
Audio/theme_r1.wav Normal file

Binary file not shown.

24
Audio/theme_r1.wav.import Normal file
View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dinsrdrq0k28n"
path="res://.godot/imported/theme_r1.wav-5d21f6e3628310375cc2e7e74e359ae1.sample"
[deps]
source_file="res://Audio/theme_r1.wav"
dest_files=["res://.godot/imported/theme_r1.wav-5d21f6e3628310375cc2e7e74e359ae1.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=2
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

7
Scenes/music_player.tscn Normal file
View File

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://c8o7i20bbu6pa"]
[ext_resource type="AudioStream" uid="uid://dinsrdrq0k28n" path="res://Audio/theme_r1.wav" id="1_ous86"]
[node name="MusicPlayer" type="AudioStreamPlayer"]
stream = ExtResource("1_ous86")
autoplay = true

View File

@ -19,6 +19,7 @@ config/icon="res://icon.svg"
GridManager="*res://Scripts/grid_manager.gd" GridManager="*res://Scripts/grid_manager.gd"
GameManager="*res://Scripts/game_manager.gd" GameManager="*res://Scripts/game_manager.gd"
MusicPlayer="*res://Scenes/music_player.tscn"
[display] [display]