oops committed everything at once!
This commit is contained in:
parent
51677cd402
commit
46b0f5b2a6
6 changed files with 27 additions and 20 deletions
BIN
audio/sounds/msx_die.ogg
Normal file
BIN
audio/sounds/msx_die.ogg
Normal file
Binary file not shown.
15
audio/sounds/msx_die.ogg.import
Normal file
15
audio/sounds/msx_die.ogg.import
Normal file
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="ogg_vorbis"
|
||||
type="AudioStreamOGGVorbis"
|
||||
path="res://.import/msx_die.ogg-a9422a670490dccce30fe923839a3e49.oggstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://audio/sounds/msx_die.ogg"
|
||||
dest_files=[ "res://.import/msx_die.ogg-a9422a670490dccce30fe923839a3e49.oggstr" ]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
|
@ -44,6 +44,7 @@ const a_final_score = preload("res://audio/sounds/final_score.ogg")
|
|||
const a_land = preload("res://audio/sounds/land.ogg")
|
||||
const a_teleport = preload("res://audio/sounds/teleport.ogg")
|
||||
const a_mkey = preload("res://audio/sounds/mkey.ogg")
|
||||
const a_msx_die = preload("res://audio/sounds/msx_die.ogg")
|
||||
|
||||
var loop_section = null
|
||||
var has_looped = false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://autoloads/debug.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/2ndpuberty_scholar_no_dropshadow.fnt" type="BitmapFont" id=2]
|
||||
[ext_resource path="res://ui/2ndpuberty_scholar.fnt" type="BitmapFont" id=2]
|
||||
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=3]
|
||||
|
||||
[node name="Debug" type="CanvasLayer" groups=["viewport_autoload"]]
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -47,5 +47,5 @@ func die():
|
|||
get_parent().add_child(death_particles)
|
||||
death_particles.global_position = global_position
|
||||
death_particles.emitting = true
|
||||
Audio.play_sound(Audio.a_die,Audio.ac_die)
|
||||
Audio.play_sound(Audio.a_msx_die,Audio.ac_die)
|
||||
queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue