This commit is contained in:
Victor Turgeon
2023-10-11 09:52:49 -04:00
29 changed files with 329 additions and 26 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():