4 lines
54 B
GDScript
4 lines
54 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
GlobalStats.score = 0
|