mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added voice acting credit and scoring
This commit is contained in:
parent
5503c2d05a
commit
ad8de1dbb7
41 changed files with 323 additions and 57 deletions
|
@ -1,9 +1,10 @@
|
|||
extends CenterContainer
|
||||
|
||||
func _process(delta):
|
||||
func _process(_delta):
|
||||
if Input.is_action_just_pressed("pause"):
|
||||
_on_pause_button_pressed()
|
||||
|
||||
func _on_pause_button_pressed():
|
||||
get_tree().paused = !get_tree().paused
|
||||
visible = !visible
|
||||
if !GameStats.level_won:
|
||||
get_tree().paused = !get_tree().paused
|
||||
visible = !visible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue