upadte tutorial area
This commit is contained in:
parent
34be761164
commit
05e4ec44cf
4 changed files with 23775 additions and 11767 deletions
|
|
@ -96,7 +96,8 @@ func _handle_mask_durability(delta : float):
|
|||
if get_tree().get_node_count_in_group("enemy") > 0:
|
||||
mask_time_remaining -= delta
|
||||
if mask_time_remaining <= 0:
|
||||
die()
|
||||
#die()
|
||||
pass
|
||||
EventBus.mask_time_changed.emit(mask_time_remaining / mask_start_time)
|
||||
|
||||
func _check_items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue