This commit is contained in:
MarcEricMartel
2023-10-11 10:10:54 -04:00
parent a6ee5b0180
commit e3e1336aa7
2 changed files with 2 additions and 2 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():