ebal rot
parent
9ce8c66680
commit
59b53c3200
|
@ -62,6 +62,7 @@ func _physics_process(delta):
|
|||
if mob_timers[i] >= mob_threshold[i]:
|
||||
mob_timers[i] = .0
|
||||
var mob_instance = mob_preloads[i].instance()
|
||||
if Global.playing:
|
||||
$View/Enemies.add_child(mob_instance)
|
||||
|
||||
func select_card():
|
||||
|
|
Loading…
Reference in New Issue