forked from team-sg/hero-mark-2
converted sounds to ogg (fixes #188)
This commit is contained in:
parent
687bf87df9
commit
832191e99c
51 changed files with 230 additions and 20 deletions
|
@ -12,7 +12,7 @@ export(int, "/", "\\") var move_direction
|
|||
onready var startpos = position
|
||||
|
||||
func _ready():
|
||||
death_sound = Audio.a_die_robot
|
||||
death_sound = Audio.a_explosion
|
||||
up_boundary *= 8
|
||||
down_boundary *= 8
|
||||
#Move in direction selected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue