Compare commits
2 Commits
eed50bc04e
...
1a77695155
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a77695155 | ||
|
|
11cbb8c4e5 |
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Godot.NET.Sdk/4.4.0">
|
<Project Sdk="Godot.NET.Sdk/4.4.1">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
|||||||
38
Zennysoft.Game.Ma/Ma.csproj.old.1
Normal file
38
Zennysoft.Game.Ma/Ma.csproj.old.1
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<Project Sdk="Godot.NET.Sdk/4.4.0">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
<WarningsAsErrors>CS9057</WarningsAsErrors>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Chickensoft.AutoInject" Version="2.5.0" />
|
||||||
|
<PackageReference Include="Chickensoft.GodotNodeInterfaces" Version="2.4.0" />
|
||||||
|
<PackageReference Include="Chickensoft.Introspection" Version="2.2.0" />
|
||||||
|
<PackageReference Include="Chickensoft.Introspection.Generator" Version="2.2.0" />
|
||||||
|
<PackageReference Include="Chickensoft.LogicBlocks" Version="5.16.0" />
|
||||||
|
<PackageReference Include="Chickensoft.LogicBlocks.DiagramGenerator" Version="5.16.0" />
|
||||||
|
<PackageReference Include="Chickensoft.SaveFileBuilder" Version="1.1.0" />
|
||||||
|
<PackageReference Include="Chickensoft.Serialization.Godot" Version="0.7.6" />
|
||||||
|
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0-250131-2115.Release" />
|
||||||
|
<PackageReference Include="SimpleInjector" Version="5.5.0" />
|
||||||
|
<PackageReference Include="SSH.NET" Version="2024.2.0" />
|
||||||
|
<PackageReference Include="System.IO.Abstractions" Version="22.0.11" />
|
||||||
|
<PackageReference Include="Zeroconf" Version="3.7.16" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include=".editorconfig" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\Zennysoft.Game.Godot.Implementation\Zennysoft.Game.Implementation.csproj" />
|
||||||
|
<ProjectReference Include="..\Zennysoft.Game.Ma.Implementation\Zennysoft.Ma.Adapter.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Update="Godot.SourceGenerators" Version="4.4.0-dev.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Update="GodotSharp" Version="4.4.0-dev.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Update="GodotSharpEditor" Version="4.4.0-dev.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
38
Zennysoft.Game.Ma/Ma.csproj.old.2
Normal file
38
Zennysoft.Game.Ma/Ma.csproj.old.2
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<Project Sdk="Godot.NET.Sdk/4.4.0">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
<WarningsAsErrors>CS9057</WarningsAsErrors>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Chickensoft.AutoInject" Version="2.5.0" />
|
||||||
|
<PackageReference Include="Chickensoft.GodotNodeInterfaces" Version="2.4.0" />
|
||||||
|
<PackageReference Include="Chickensoft.Introspection" Version="2.2.0" />
|
||||||
|
<PackageReference Include="Chickensoft.Introspection.Generator" Version="2.2.0" />
|
||||||
|
<PackageReference Include="Chickensoft.LogicBlocks" Version="5.16.0" />
|
||||||
|
<PackageReference Include="Chickensoft.LogicBlocks.DiagramGenerator" Version="5.16.0" />
|
||||||
|
<PackageReference Include="Chickensoft.SaveFileBuilder" Version="1.1.0" />
|
||||||
|
<PackageReference Include="Chickensoft.Serialization.Godot" Version="0.7.6" />
|
||||||
|
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0-250131-2115.Release" />
|
||||||
|
<PackageReference Include="SimpleInjector" Version="5.5.0" />
|
||||||
|
<PackageReference Include="SSH.NET" Version="2024.2.0" />
|
||||||
|
<PackageReference Include="System.IO.Abstractions" Version="22.0.11" />
|
||||||
|
<PackageReference Include="Zeroconf" Version="3.7.16" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include=".editorconfig" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\Zennysoft.Game.Godot.Implementation\Zennysoft.Game.Implementation.csproj" />
|
||||||
|
<ProjectReference Include="..\Zennysoft.Game.Ma.Implementation\Zennysoft.Ma.Adapter.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Update="Godot.SourceGenerators" Version="4.4.0-dev.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Update="GodotSharp" Version="4.4.0-dev.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Update="GodotSharpEditor" Version="4.4.0-dev.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
@@ -1,4 +1,11 @@
|
|||||||
[gd_resource type="AudioBusLayout" format=3 uid="uid://c2mk6c27y0mdf"]
|
[gd_resource type="AudioBusLayout" load_steps=2 format=3 uid="uid://c2mk6c27y0mdf"]
|
||||||
|
|
||||||
|
[sub_resource type="AudioEffectReverb" id="AudioEffectReverb_j3pel"]
|
||||||
|
resource_name = "Reverb"
|
||||||
|
room_size = 0.5
|
||||||
|
damping = 0.9
|
||||||
|
dry = 0.99
|
||||||
|
wet = 0.05
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
bus/0/volume_db = -0.130497
|
bus/0/volume_db = -0.130497
|
||||||
@@ -14,6 +21,8 @@ bus/2/mute = false
|
|||||||
bus/2/bypass_fx = false
|
bus/2/bypass_fx = false
|
||||||
bus/2/volume_db = 0.0
|
bus/2/volume_db = 0.0
|
||||||
bus/2/send = &"Master"
|
bus/2/send = &"Master"
|
||||||
|
bus/2/effect/0/effect = SubResource("AudioEffectReverb_j3pel")
|
||||||
|
bus/2/effect/0/enabled = true
|
||||||
bus/3/name = &"MUSIC"
|
bus/3/name = &"MUSIC"
|
||||||
bus/3/solo = false
|
bus/3/solo = false
|
||||||
bus/3/mute = false
|
bus/3/mute = false
|
||||||
|
|||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_AGGRO.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_AGGRO.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_AGGRO.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_AGGRO.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://b30jgvhwd6vfj"
|
||||||
|
path="res://.godot/imported/ENEMY_AGNI_AGGRO.ogg-9878bfe043b251a0b2cc6c6291d549c4.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_AGNI_AGGRO.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_AGNI_AGGRO.ogg-9878bfe043b251a0b2cc6c6291d549c4.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_AMBIENT_LOOP.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_AMBIENT_LOOP.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://dh6drqqrcp8dp"
|
||||||
|
path="res://.godot/imported/ENEMY_AGNI_AMBIENT_LOOP.ogg-c85d2b023556dd456dfa07e48b74e769.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_AGNI_AMBIENT_LOOP.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_AGNI_AMBIENT_LOOP.ogg-c85d2b023556dd456dfa07e48b74e769.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_ATTACK_1.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_ATTACK_1.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://cc7g8awtomf45"
|
||||||
|
path="res://.godot/imported/ENEMY_AGNI_ATTACK_1.ogg-dc64f90a85640c723c65c932bfbc9007.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_AGNI_ATTACK_1.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_AGNI_ATTACK_1.ogg-dc64f90a85640c723c65c932bfbc9007.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_ATTACK_2_SWING.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AGNI_ATTACK_2_SWING.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c36ewcgnjtr7g"
|
||||||
|
path="res://.godot/imported/ENEMY_AGNI_ATTACK_2_SWING.ogg-4abaf9b1cfa9986027d561d523e840f9.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_AGNI_ATTACK_2_SWING.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_AGNI_ATTACK_2_SWING.ogg-4abaf9b1cfa9986027d561d523e840f9.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_APSARA_AGGRO.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_APSARA_AGGRO.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bemrovoemoq5u"
|
||||||
|
path="res://.godot/imported/ENEMY_APSARA_AGGRO.ogg-c77159934ba46ad7019339715aa58d6f.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_APSARA_AGGRO.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_APSARA_AGGRO.ogg-c77159934ba46ad7019339715aa58d6f.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_APSARA_STRIKE.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_APSARA_STRIKE.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://b4bseex34nu6c"
|
||||||
|
path="res://.godot/imported/ENEMY_APSARA_STRIKE.ogg-2af6e982927e25cfdc545efb8b7f8e9d.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_APSARA_STRIKE.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_APSARA_STRIKE.ogg-2af6e982927e25cfdc545efb8b7f8e9d.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AQUEOS_LOOP.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AQUEOS_LOOP.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AQUEOS_LOOP.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_AQUEOS_LOOP.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://ddcyb2ni2aisr"
|
||||||
|
path="res://.godot/imported/ENEMY_AQUEOS_LOOP.ogg-8237cb508a4b08073b02775819a85e91.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_AQUEOS_LOOP.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_AQUEOS_LOOP.ogg-8237cb508a4b08073b02775819a85e91.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_CHARIOT_DEATH.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_CHARIOT_DEATH.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://daye7334d7rfe"
|
||||||
|
path="res://.godot/imported/ENEMY_CHARIOT_DEATH.ogg-f33e3a380a502c415659f697891048f5.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_CHARIOT_DEATH.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_CHARIOT_DEATH.ogg-f33e3a380a502c415659f697891048f5.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMONWALL_SMASH.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMONWALL_SMASH.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://cm565avpubaxy"
|
||||||
|
path="res://.godot/imported/ENEMY_DEMONWALL_SMASH.ogg-086ea8d6196afbc09cfd6bbdd831be56.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_DEMONWALL_SMASH.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_DEMONWALL_SMASH.ogg-086ea8d6196afbc09cfd6bbdd831be56.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMONWALL_THUNDER.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMONWALL_THUNDER.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://coux7hls1vils"
|
||||||
|
path="res://.godot/imported/ENEMY_DEMONWALL_THUNDER.ogg-156e207e3fd9a3e11ff46ccb6d65b7cc.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_DEMONWALL_THUNDER.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_DEMONWALL_THUNDER.ogg-156e207e3fd9a3e11ff46ccb6d65b7cc.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMON_WALLMOVE.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMON_WALLMOVE.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bjo0q2tyf7vff"
|
||||||
|
path="res://.godot/imported/ENEMY_DEMON_WALLMOVE.ogg-54685006d006c356b1b0e6b616b84214.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_DEMON_WALLMOVE.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_DEMON_WALLMOVE.ogg-54685006d006c356b1b0e6b616b84214.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMON_WALL_ORB.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_DEMON_WALL_ORB.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c50a5gp3821u4"
|
||||||
|
path="res://.godot/imported/ENEMY_DEMON_WALL_ORB.ogg-c12bf36029735aefcd97431b41d93a20.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_DEMON_WALL_ORB.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_DEMON_WALL_ORB.ogg-c12bf36029735aefcd97431b41d93a20.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_EDEN_FIRE.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_EDEN_FIRE.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_EDEN_FIRE.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_EDEN_FIRE.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bgvt4kqyvl5gp"
|
||||||
|
path="res://.godot/imported/ENEMY_EDEN_FIRE.ogg-143fd061355f804d5aa4351f6977f048.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_EDEN_FIRE.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_EDEN_FIRE.ogg-143fd061355f804d5aa4351f6977f048.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c0jveij17p14k"
|
||||||
|
path="res://.godot/imported/ENEMY_EDEN_PILLAR_PROJECTILETRAVEL.ogg-b4f9aee4950e337c782450e73d0a7e64.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_EDEN_PILLAR_PROJECTILETRAVEL.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_EDEN_PILLAR_PROJECTILETRAVEL.ogg-b4f9aee4950e337c782450e73d0a7e64.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_FILTH_ATTACK.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_FILTH_ATTACK.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://dl818xjlcm7vu"
|
||||||
|
path="res://.godot/imported/ENEMY_FILTH_ATTACK.ogg-304b551825cca3c0b3f0de6f9408245d.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_FILTH_ATTACK.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_FILTH_ATTACK.ogg-304b551825cca3c0b3f0de6f9408245d.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_HorseFace_ATK1.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_HorseFace_ATK1.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://d3poou6ultswg"
|
||||||
|
path="res://.godot/imported/ENEMY_HorseFace_ATK1.ogg-f5f32acf24912cb880cfe4eea4ab60d1.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_HorseFace_ATK1.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_HorseFace_ATK1.ogg-f5f32acf24912cb880cfe4eea4ab60d1.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_MICHAEL_ATTACK1.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_MICHAEL_ATTACK1.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://w6l4yoo1kcmq"
|
||||||
|
path="res://.godot/imported/ENEMY_MICHAEL_ATTACK1.ogg-96c253d5e131cf2c0e510f51dc69e821.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_MICHAEL_ATTACK1.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_MICHAEL_ATTACK1.ogg-96c253d5e131cf2c0e510f51dc69e821.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_FIRE.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_FIRE.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_FIRE.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_FIRE.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://dfwydlvy7gg4n"
|
||||||
|
path="res://.godot/imported/ENEMY_PILLAR_FIRE.ogg-40e3f1a130e2e0c83e300efc5fb3dd8c.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_PILLAR_FIRE.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_PILLAR_FIRE.ogg-40e3f1a130e2e0c83e300efc5fb3dd8c.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_TURN.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_TURN.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_TURN.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_PILLAR_TURN.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://kv3jvw47r2hy"
|
||||||
|
path="res://.godot/imported/ENEMY_PILLAR_TURN.ogg-b699bc5922c503a73a9d9248fe545f8a.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_PILLAR_TURN.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_PILLAR_TURN.ogg-b699bc5922c503a73a9d9248fe545f8a.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_SHIELD_A.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_SHIELD_A.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_SHIELD_A.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_SHIELD_A.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://emskqv582ckv"
|
||||||
|
path="res://.godot/imported/ENEMY_SHIELD_A.ogg-a9d05790074babaaeca94f4c2ce5cd4f.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_SHIELD_A.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_SHIELD_A.ogg-a9d05790074babaaeca94f4c2ce5cd4f.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_SPROING_death.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_SPROING_death.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bn6ns3jxkw03b"
|
||||||
|
path="res://.godot/imported/ENEMY_SPROING_death.ogg-4bc7141591209de54f84271f3272a95e.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_SPROING_death.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_SPROING_death.ogg-4bc7141591209de54f84271f3272a95e.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_UNIVERSAL_GROUND_SLAM.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_UNIVERSAL_GROUND_SLAM.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://scp3556fn8wo"
|
||||||
|
path="res://.godot/imported/ENEMY_UNIVERSAL_GROUND_SLAM.ogg-058d104f3011a8c71553cd8c6a72eb39.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_UNIVERSAL_GROUND_SLAM.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_UNIVERSAL_GROUND_SLAM.ogg-058d104f3011a8c71553cd8c6a72eb39.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_filth_aggro.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_filth_aggro.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_filth_aggro.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_filth_aggro.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://6r74nka4oh20"
|
||||||
|
path="res://.godot/imported/ENEMY_filth_aggro.ogg-c5b4e0e2225c7223eeba7e1ff8b425ae.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_filth_aggro.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_filth_aggro.ogg-c5b4e0e2225c7223eeba7e1ff8b425ae.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_golden_sproing_loop.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_golden_sproing_loop.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://dyvsuj4isc5gg"
|
||||||
|
path="res://.godot/imported/ENEMY_golden_sproing_loop.ogg-127cd39005059210258c70dc3a0f0e96.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_golden_sproing_loop.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_golden_sproing_loop.ogg-127cd39005059210258c70dc3a0f0e96.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_palan_magic2.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_palan_magic2.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://broxiumcyyt4m"
|
||||||
|
path="res://.godot/imported/ENEMY_palan_magic2.ogg-025359b328506eeeb429670ab3306732.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_palan_magic2.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_palan_magic2.ogg-025359b328506eeeb429670ab3306732.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_sproing_attack.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENEMY_sproing_attack.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://dfa3i8ukq1kdl"
|
||||||
|
path="res://.godot/imported/ENEMY_sproing_attack.ogg-b0046446452a8f2d5fff23b11cfd0a7a.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENEMY_sproing_attack.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENEMY_sproing_attack.ogg-b0046446452a8f2d5fff23b11cfd0a7a.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENVIRONMENT_GATE_WALL.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ENVIRONMENT_GATE_WALL.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bjw2y1iai3t88"
|
||||||
|
path="res://.godot/imported/ENVIRONMENT_GATE_WALL.ogg-4826be258800d9de2974a71665d5514f.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ENVIRONMENT_GATE_WALL.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ENVIRONMENT_GATE_WALL.ogg-4826be258800d9de2974a71665d5514f.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ITEM_SORT.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ITEM_SORT.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ITEM_SORT.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ITEM_SORT.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://doeefxilh0luj"
|
||||||
|
path="res://.godot/imported/ITEM_SORT.ogg-2f05cdeda1b6832ebe0c51f8280c36de.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ITEM_SORT.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ITEM_SORT.ogg-2f05cdeda1b6832ebe0c51f8280c36de.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/ITEM_TRANSFER.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/ITEM_TRANSFER.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/ITEM_TRANSFER.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/ITEM_TRANSFER.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://coeynqnn61c43"
|
||||||
|
path="res://.godot/imported/ITEM_TRANSFER.ogg-3f1028e07e26f6688b71075ebb00af01.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/ITEM_TRANSFER.ogg"
|
||||||
|
dest_files=["res://.godot/imported/ITEM_TRANSFER.ogg-3f1028e07e26f6688b71075ebb00af01.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_ATTRIBUTE_INCREASE.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_ATTRIBUTE_INCREASE.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c8tngysti2h6i"
|
||||||
|
path="res://.godot/imported/PLAYER_ATTRIBUTE_INCREASE.ogg-a9b41464188f3c56e91d4943a4e1b92a.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_ATTRIBUTE_INCREASE.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_ATTRIBUTE_INCREASE.ogg-a9b41464188f3c56e91d4943a4e1b92a.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_BUFF.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_BUFF.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_BUFF.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_BUFF.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://borq41t2u5jhe"
|
||||||
|
path="res://.godot/imported/PLAYER_BUFF.ogg-4cf3a928bc4befd737569939b9531493.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_BUFF.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_BUFF.ogg-4cf3a928bc4befd737569939b9531493.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_EQUIP.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_EQUIP.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_EQUIP.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_EQUIP.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c817txm4tmup7"
|
||||||
|
path="res://.godot/imported/PLAYER_EQUIP.ogg-f12580f7820a34fdc3f3c18a5eac8b6c.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_EQUIP.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_EQUIP.ogg-f12580f7820a34fdc3f3c18a5eac8b6c.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_GET_ITEM.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_GET_ITEM.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_GET_ITEM.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_GET_ITEM.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bsc83jkt7uisg"
|
||||||
|
path="res://.godot/imported/PLAYER_GET_ITEM.ogg-f30a6b8903de07507bae5b5136b2e512.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_GET_ITEM.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_GET_ITEM.ogg-f30a6b8903de07507bae5b5136b2e512.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_HYDRIC_COMPONENT.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_HYDRIC_COMPONENT.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c5bt0tmo8y0fr"
|
||||||
|
path="res://.godot/imported/PLAYER_HYDRIC_COMPONENT.ogg-61d3a7de7c6a55b0481f3b7599155900.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_HYDRIC_COMPONENT.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_HYDRIC_COMPONENT.ogg-61d3a7de7c6a55b0481f3b7599155900.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_IGNEOUS_COMPONENT.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_IGNEOUS_COMPONENT.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://cnoeykc8dqqbs"
|
||||||
|
path="res://.godot/imported/PLAYER_IGNEOUS_COMPONENT.ogg-ec06858da3dbbc1ae112444fa582117d.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_IGNEOUS_COMPONENT.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_IGNEOUS_COMPONENT.ogg-ec06858da3dbbc1ae112444fa582117d.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_IGNEOUS_COMPONENT_2.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_IGNEOUS_COMPONENT_2.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c57o01n7pq6mt"
|
||||||
|
path="res://.godot/imported/PLAYER_IGNEOUS_COMPONENT_2.ogg-b146e700393833c98bf67d0d4119bdeb.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_IGNEOUS_COMPONENT_2.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_IGNEOUS_COMPONENT_2.ogg-b146e700393833c98bf67d0d4119bdeb.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_UNEQUIP.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_UNEQUIP.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_UNEQUIP.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_UNEQUIP.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://qxi7qto7hhgk"
|
||||||
|
path="res://.godot/imported/PLAYER_UNEQUIP.ogg-391193ed2b58c51efe8936075312735f.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_UNEQUIP.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_UNEQUIP.ogg-391193ed2b58c51efe8936075312735f.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_quicker_slash.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_quicker_slash.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bo2u1ceci6k1i"
|
||||||
|
path="res://.godot/imported/PLAYER_quicker_slash.ogg-bdd5f27121df995cde6d1458a18588a8.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_quicker_slash.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_quicker_slash.ogg-bdd5f27121df995cde6d1458a18588a8.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_slower_slash.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/PLAYER_slower_slash.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://ilf2s8ct2stt"
|
||||||
|
path="res://.godot/imported/PLAYER_slower_slash.ogg-70bc43538df26111af9148cf8f1192a5.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/PLAYER_slower_slash.ogg"
|
||||||
|
dest_files=["res://.godot/imported/PLAYER_slower_slash.ogg-70bc43538df26111af9148cf8f1192a5.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_CANCEL_BACK.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_CANCEL_BACK.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/UI_CANCEL_BACK.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/UI_CANCEL_BACK.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://oslvh60ec5gc"
|
||||||
|
path="res://.godot/imported/UI_CANCEL_BACK.ogg-43c6742feca913dbe67c6903e6454274.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/UI_CANCEL_BACK.ogg"
|
||||||
|
dest_files=["res://.godot/imported/UI_CANCEL_BACK.ogg-43c6742feca913dbe67c6903e6454274.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_MOVE.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_MOVE.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/UI_MOVE.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/UI_MOVE.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://clhdcrs4dxt6h"
|
||||||
|
path="res://.godot/imported/UI_MOVE.ogg-464e544f9bff91f3be82fb865a48498e.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/UI_MOVE.ogg"
|
||||||
|
dest_files=["res://.godot/imported/UI_MOVE.ogg-464e544f9bff91f3be82fb865a48498e.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_PAUSE.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_PAUSE.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/UI_PAUSE.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/UI_PAUSE.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://xjdv23q5cqhm"
|
||||||
|
path="res://.godot/imported/UI_PAUSE.ogg-28cc6fc27d824b952e93e80f9092cbe9.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/UI_PAUSE.ogg"
|
||||||
|
dest_files=["res://.godot/imported/UI_PAUSE.ogg-28cc6fc27d824b952e93e80f9092cbe9.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_SELECT.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/UI_SELECT.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/UI_SELECT.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/UI_SELECT.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://dwp3ep3jddvrr"
|
||||||
|
path="res://.godot/imported/UI_SELECT.ogg-d49f263a34925d1cf2edd7608fcb1801.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/UI_SELECT.ogg"
|
||||||
|
dest_files=["res://.godot/imported/UI_SELECT.ogg-d49f263a34925d1cf2edd7608fcb1801.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/amb_flame_burning.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/amb_flame_burning.ogg
Normal file
Binary file not shown.
19
Zennysoft.Game.Ma/src/audio/sfx/amb_flame_burning.ogg.import
Normal file
19
Zennysoft.Game.Ma/src/audio/sfx/amb_flame_burning.ogg.import
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://b306wov6yfaan"
|
||||||
|
path="res://.godot/imported/amb_flame_burning.ogg-9a9bfa4213e21d9344ae77544c462709.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/amb_flame_burning.ogg"
|
||||||
|
dest_files=["res://.godot/imported/amb_flame_burning.ogg-9a9bfa4213e21d9344ae77544c462709.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_aggro.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_aggro.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://6aje2myxas3d"
|
||||||
|
path="res://.godot/imported/enemy_ambassador_aggro.ogg-3703cc2632b3ee0247ab6f0b9119f712.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/enemy_ambassador_aggro.ogg"
|
||||||
|
dest_files=["res://.godot/imported/enemy_ambassador_aggro.ogg-3703cc2632b3ee0247ab6f0b9119f712.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_death.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_death.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bu3up7dn13xyo"
|
||||||
|
path="res://.godot/imported/enemy_ambassador_death.ogg-2ec6c2b565179f7e44e9e575e488e985.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/enemy_ambassador_death.ogg"
|
||||||
|
dest_files=["res://.godot/imported/enemy_ambassador_death.ogg-2ec6c2b565179f7e44e9e575e488e985.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_kick.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_kick.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://bgumf0x52xmby"
|
||||||
|
path="res://.godot/imported/enemy_ambassador_kick.ogg-da8539fb4fbfaad74e8518cf5afe270c.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/enemy_ambassador_kick.ogg"
|
||||||
|
dest_files=["res://.godot/imported/enemy_ambassador_kick.ogg-da8539fb4fbfaad74e8518cf5afe270c.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_punch.ogg
Normal file
BIN
Zennysoft.Game.Ma/src/audio/sfx/enemy_ambassador_punch.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://ugc77goiwht0"
|
||||||
|
path="res://.godot/imported/enemy_ambassador_punch.ogg-4cbeba18e3c922af4d2ad2a493c280a2.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/audio/sfx/enemy_ambassador_punch.ogg"
|
||||||
|
dest_files=["res://.godot/imported/enemy_ambassador_punch.ogg-4cbeba18e3c922af4d2ad2a493c280a2.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user