This commit is contained in:
MarcEricMartel
2023-10-11 08:40:23 -04:00
parent 59b54cfd18
commit bf6483bf7b
2 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ extends Node2D
var length: int = 0
var time: int = 0
var countdown: float = 0
@onready var player: Player = $Player
@onready var player:= $Player
# Called when the node enters the scene tree for the first time.
func _ready():