Removing a lot of logging
This commit is contained in:
parent
e88b2248b3
commit
07b63a8426
15 changed files with 9 additions and 67 deletions
|
|
@ -12,12 +12,8 @@ var gathered_nectar : int = 0 :
|
|||
|
||||
@export var required_nectar : int = 100
|
||||
|
||||
func _ready():
|
||||
Log.pr("GameStateManager ready")
|
||||
|
||||
func add_nectar():
|
||||
gathered_nectar += 1
|
||||
Log.pr("Nectar gathered", gathered_nectar)
|
||||
|
||||
func game_win():
|
||||
Log.pr("Game win")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue