Imported into Godot 4.3

This commit is contained in:
Alan Youngblood
2024-12-31 16:25:23 -05:00
parent a22832a709
commit 614376e369
65 changed files with 1239 additions and 1739 deletions

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/EnemyDie.wav-a486c87c5ffce10facfdaf6e118ee22d.sample"
type="AudioStreamWAV"
uid="uid://ceo7s8pddaqww"
path="res://.godot/imported/EnemyDie.wav-a486c87c5ffce10facfdaf6e118ee22d.sample"
[deps]
source_file="res://Music and Sounds/EnemyDie.wav"
dest_files=[ "res://.import/EnemyDie.wav-a486c87c5ffce10facfdaf6e118ee22d.sample" ]
dest_files=["res://.godot/imported/EnemyDie.wav-a486c87c5ffce10facfdaf6e118ee22d.sample"]
[params]

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Evade.wav-cd612618661f05b5e39dccebc8901a0b.sample"
type="AudioStreamWAV"
uid="uid://dwjvh7kwt62da"
path="res://.godot/imported/Evade.wav-cd612618661f05b5e39dccebc8901a0b.sample"
[deps]
source_file="res://Music and Sounds/Evade.wav"
dest_files=[ "res://.import/Evade.wav-cd612618661f05b5e39dccebc8901a0b.sample" ]
dest_files=["res://.godot/imported/Evade.wav-cd612618661f05b5e39dccebc8901a0b.sample"]
[params]

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Hit.wav-0fa8d06aa64f0c3d5cf8be50a2076760.sample"
type="AudioStreamWAV"
uid="uid://ce47h2cdpm1l6"
path="res://.godot/imported/Hit.wav-0fa8d06aa64f0c3d5cf8be50a2076760.sample"
[deps]
source_file="res://Music and Sounds/Hit.wav"
dest_files=[ "res://.import/Hit.wav-0fa8d06aa64f0c3d5cf8be50a2076760.sample" ]
dest_files=["res://.godot/imported/Hit.wav-0fa8d06aa64f0c3d5cf8be50a2076760.sample"]
[params]

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Hurt.wav-9a8feff0886efa16ed78b7703de45922.sample"
type="AudioStreamWAV"
uid="uid://dln8alqmnwodr"
path="res://.godot/imported/Hurt.wav-9a8feff0886efa16ed78b7703de45922.sample"
[deps]
source_file="res://Music and Sounds/Hurt.wav"
dest_files=[ "res://.import/Hurt.wav-9a8feff0886efa16ed78b7703de45922.sample" ]
dest_files=["res://.godot/imported/Hurt.wav-9a8feff0886efa16ed78b7703de45922.sample"]
[params]

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Menu Move.wav-d97a887eeb77e9f82d0179618aff26aa.sample"
type="AudioStreamWAV"
uid="uid://cy108rbmgusfb"
path="res://.godot/imported/Menu Move.wav-d97a887eeb77e9f82d0179618aff26aa.sample"
[deps]
source_file="res://Music and Sounds/Menu Move.wav"
dest_files=[ "res://.import/Menu Move.wav-d97a887eeb77e9f82d0179618aff26aa.sample" ]
dest_files=["res://.godot/imported/Menu Move.wav-d97a887eeb77e9f82d0179618aff26aa.sample"]
[params]

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Menu Select.wav-cf35ab6ee2afc13096e6bf584e78dcaf.sample"
type="AudioStreamWAV"
uid="uid://cbd662au7eyfc"
path="res://.godot/imported/Menu Select.wav-cf35ab6ee2afc13096e6bf584e78dcaf.sample"
[deps]
source_file="res://Music and Sounds/Menu Select.wav"
dest_files=[ "res://.import/Menu Select.wav-cf35ab6ee2afc13096e6bf584e78dcaf.sample" ]
dest_files=["res://.godot/imported/Menu Select.wav-cf35ab6ee2afc13096e6bf584e78dcaf.sample"]
[params]

View File

@ -2,14 +2,18 @@
importer="mp3"
type="AudioStreamMP3"
path="res://.import/Music.mp3-fbb50ed95d66ff7af78edb9c3a8f7b4d.mp3str"
uid="uid://cs4aeddnh0sim"
path="res://.godot/imported/Music.mp3-fbb50ed95d66ff7af78edb9c3a8f7b4d.mp3str"
[deps]
source_file="res://Music and Sounds/Music.mp3"
dest_files=[ "res://.import/Music.mp3-fbb50ed95d66ff7af78edb9c3a8f7b4d.mp3str" ]
dest_files=["res://.godot/imported/Music.mp3-fbb50ed95d66ff7af78edb9c3a8f7b4d.mp3str"]
[params]
loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Pause.wav-2283faeb42b74e3f6e4809669cc9a8ab.sample"
type="AudioStreamWAV"
uid="uid://cite3jg1khmgo"
path="res://.godot/imported/Pause.wav-2283faeb42b74e3f6e4809669cc9a8ab.sample"
[deps]
source_file="res://Music and Sounds/Pause.wav"
dest_files=[ "res://.import/Pause.wav-2283faeb42b74e3f6e4809669cc9a8ab.sample" ]
dest_files=["res://.godot/imported/Pause.wav-2283faeb42b74e3f6e4809669cc9a8ab.sample"]
[params]

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Swipe.wav-1b0f341b1727da219872e70c921da651.sample"
type="AudioStreamWAV"
uid="uid://bo14kc5oajchr"
path="res://.godot/imported/Swipe.wav-1b0f341b1727da219872e70c921da651.sample"
[deps]
source_file="res://Music and Sounds/Swipe.wav"
dest_files=[ "res://.import/Swipe.wav-1b0f341b1727da219872e70c921da651.sample" ]
dest_files=["res://.godot/imported/Swipe.wav-1b0f341b1727da219872e70c921da651.sample"]
[params]

View File

@ -1,13 +1,14 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Unpause.wav-804d58e6ee88c8f6467ca3b5bea5857f.sample"
type="AudioStreamWAV"
uid="uid://dlpqwfvttceok"
path="res://.godot/imported/Unpause.wav-804d58e6ee88c8f6467ca3b5bea5857f.sample"
[deps]
source_file="res://Music and Sounds/Unpause.wav"
dest_files=[ "res://.import/Unpause.wav-804d58e6ee88c8f6467ca3b5bea5857f.sample" ]
dest_files=["res://.godot/imported/Unpause.wav-804d58e6ee88c8f6467ca3b5bea5857f.sample"]
[params]