6 lines
79 B
GDScript
6 lines
79 B
GDScript
extends Node
|
|
|
|
var reachedCheckpoint = 0
|
|
|
|
func _ready() -> void:
|
|
print("owo");
|