fix totalBludGenerated

This commit is contained in:
Victor Turgeon
2023-10-11 09:59:26 -04:00
parent 13ccda8f63
commit 68e93fa432
4 changed files with 9 additions and 9 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
@onready var player : Player = $Player
# Called when the node enters the scene tree for the first time.
func _ready():