Lesson 3
This commit is contained in:
7
BaloonPopper/BaloonManager.gd
Normal file
7
BaloonPopper/BaloonManager.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Node3D
|
||||
|
||||
var score : int = 0
|
||||
|
||||
func increase_score (amount):
|
||||
score += amount
|
||||
print(score)
|
||||
Reference in New Issue
Block a user