audio daten hinzugefügt

This commit is contained in:
megamichi 2024-10-04 22:11:49 +02:00
parent 9dadc9b486
commit 9b8f4db275
10 changed files with 83 additions and 7 deletions

BIN
assets/audio/boing.mp3 Normal file

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://ctt1kb2a66yyl"
path="res://.godot/imported/boing.mp3-0ccc2756ef81d14bc70acee782300198.mp3str"
[deps]
source_file="res://assets/audio/boing.mp3"
dest_files=["res://.godot/imported/boing.mp3-0ccc2756ef81d14bc70acee782300198.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
assets/audio/gui-in.ogg Normal file

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://drriw1cka4m3"
path="res://.godot/imported/gui-in.ogg-3746c6187b4c48f5c80251061dd72a42.oggvorbisstr"
[deps]
source_file="res://assets/audio/gui-in.ogg"
dest_files=["res://.godot/imported/gui-in.ogg-3746c6187b4c48f5c80251061dd72a42.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
assets/audio/gui-out.ogg Normal file

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://bktthpfrs0118"
path="res://.godot/imported/gui-out.ogg-33345eaf52b5afe61dac5bccb8beabb8.oggvorbisstr"
[deps]
source_file="res://assets/audio/gui-out.ogg"
dest_files=["res://.godot/imported/gui-out.ogg-33345eaf52b5afe61dac5bccb8beabb8.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
assets/audio/quak.ogg Normal file

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://bewyogh2fo3uk"
path="res://.godot/imported/quak.ogg-b0e6bc2e0145f8282fd075381e14b36c.oggvorbisstr"
[deps]
source_file="res://assets/audio/quak.ogg"
dest_files=["res://.godot/imported/quak.ogg-b0e6bc2e0145f8282fd075381e14b36c.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View file

@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="builds/DuckRun_v2.0.4.apk"
export_path="builds/DuckRun_v2.1.0.apk"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -31,8 +31,8 @@ architectures/armeabi-v7a=true
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=7
version/name="2.0.4"
version/code=8
version/name=""
package/unique_name="at.megamichi.duckrun"
package/name="DuckRun"
package/signed=true
@ -42,7 +42,7 @@ package/exclude_from_recents=false
package/show_in_android_tv=true
package/show_in_app_library=true
package/show_as_launcher_app=false
launcher_icons/main_192x192=""
launcher_icons/main_192x192="res://icon.png"
launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432=""
graphics/opengl_debug=false
@ -226,7 +226,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="builds/DuckRun_v2.0.4.x86_64"
export_path="builds/DuckRun_v2.1.0.zip"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -238,7 +238,7 @@ script_export_mode=2
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
binary_format/architecture="x86_64"

View file

@ -11,7 +11,7 @@ config_version=5
[application]
config/name="DuckRun"
config/version="2.0.4"
config/version="2.1.0"
run/main_scene="res://scenes/Main.tscn"
config/features=PackedStringArray("4.3")
boot_splash/image="res://icon.png"