new star sound
This commit is contained in:
parent
c9653e6a38
commit
68b08514b2
5 changed files with 39 additions and 1 deletions
BIN
audio/sounds/star.ogg
Normal file
BIN
audio/sounds/star.ogg
Normal file
Binary file not shown.
15
audio/sounds/star.ogg.import
Normal file
15
audio/sounds/star.ogg.import
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="ogg_vorbis"
|
||||||
|
type="AudioStreamOGGVorbis"
|
||||||
|
path="res://.import/star.ogg-3c40a7e30baf45a40bf911884791334e.oggstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://audio/sounds/star.ogg"
|
||||||
|
dest_files=[ "res://.import/star.ogg-3c40a7e30baf45a40bf911884791334e.oggstr" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
BIN
audio/sounds/star.wav
Normal file
BIN
audio/sounds/star.wav
Normal file
Binary file not shown.
23
audio/sounds/star.wav.import
Normal file
23
audio/sounds/star.wav.import
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="wav"
|
||||||
|
type="AudioStreamSample"
|
||||||
|
path="res://.import/star.wav-ec5381e4c3b71647d3c29a14f3588eff.sample"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://audio/sounds/star.wav"
|
||||||
|
dest_files=[ "res://.import/star.wav-ec5381e4c3b71647d3c29a14f3588eff.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=0
|
||||||
|
edit/loop_begin=0
|
||||||
|
edit/loop_end=-1
|
||||||
|
compress/mode=0
|
|
@ -13,7 +13,7 @@ onready var ac_shard = $ShardSound
|
||||||
const a_gold = preload("res://audio/sounds/gold.wav")
|
const a_gold = preload("res://audio/sounds/gold.wav")
|
||||||
const a_arrow = preload("res://audio/sounds/a_egg_collect.ogg")
|
const a_arrow = preload("res://audio/sounds/a_egg_collect.ogg")
|
||||||
const a_jump = preload("res://audio/sounds/jump.ogg")
|
const a_jump = preload("res://audio/sounds/jump.ogg")
|
||||||
const a_star = preload("res://audio/sounds/a_jinjo.ogg")
|
const a_star = preload("res://audio/sounds/star.ogg")
|
||||||
const a_shard = preload("res://audio/sounds/shard.wav")
|
const a_shard = preload("res://audio/sounds/shard.wav")
|
||||||
const a_climb_up = preload("res://audio/sounds/a_climb.ogg")
|
const a_climb_up = preload("res://audio/sounds/a_climb.ogg")
|
||||||
const a_climb_down = preload("res://audio/sounds/a_bmilc.ogg")
|
const a_climb_down = preload("res://audio/sounds/a_bmilc.ogg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue