diff options
Diffstat (limited to 'Label2.gd')
| -rw-r--r-- | Label2.gd | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Label2.gd b/Label2.gd deleted file mode 100644 index b35e3a3..0000000 --- a/Label2.gd +++ /dev/null @@ -1,20 +0,0 @@ -extends Label - - -# Declare member variables here. Examples: -# var a = 2 -# var b = "text" - -var score = 0 - - -# Called when the node enters the scene tree for the first time. -func _ready(): - pass # Replace with function body. - -func _on_coin_hit(): - score += 1 - self.text = str(score) -# Called every frame. 'delta' is the elapsed time since the previous frame. -#func _process(delta): -# pass |
