forked from team-sg/hero-mark-2
several changes.
This commit is contained in:
parent
72f84c88a5
commit
198c669b41
19 changed files with 57 additions and 117 deletions
|
@ -16,7 +16,7 @@ onready var revolution_2083_ivy = preload("res://audio/sounds/revolution2083_ivy
|
|||
func _input(event):
|
||||
if Input.is_action_just_pressed("start") && !has_started:
|
||||
Audio.play_sound(Audio.a_star,Audio.ac_collectible)
|
||||
var r = randi() % 101
|
||||
var r = 40
|
||||
if r > 0 && r < 31: audio.stream = penny_voice
|
||||
if r >= 30 && r < 61: audio.stream = haze_voice
|
||||
if r >= 60 && r < 91: audio.stream = ivy_voice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue