forked from team-sg/hero-mark-2
world titles
This commit is contained in:
parent
ea36720f7b
commit
a1fb454384
10 changed files with 109 additions and 60 deletions
|
@ -60,6 +60,7 @@ const a_laser_ready = preload("res://audio/sounds/laser_ready.ogg")
|
|||
const a_copsquash = preload("res://audio/sounds/copsquash.ogg")
|
||||
const a_copsquash2 = preload("res://audio/sounds/cop_splat.ogg")
|
||||
const a_fami_transform = preload("res://audio/sounds/fami_transform.ogg")
|
||||
const a_ominous = preload("res://audio/sounds/ominous.ogg")
|
||||
|
||||
var loop_section = null
|
||||
var has_looped = false
|
||||
|
|
|
@ -61,9 +61,6 @@ var marathon_deaths: int = 0
|
|||
func _ready():
|
||||
pause_mode = Node.PAUSE_MODE_PROCESS
|
||||
|
||||
func _process(delta):
|
||||
print(can_restart)
|
||||
|
||||
func _get_stars() -> int:
|
||||
return stars_collected.count(true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue