Vous ne pouvez pas sélectionner plus de 25 sujets
			Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910111213141516 | extends Node
@onready var narration = $Narration
@onready var narration_timer = $Narration/MessageTimer
@onready var score = $Score
@onready var sps = $"Score Per Second"
@onready var sps_timer = $"Score Per Second/SPSTimer"
# Called when the node enters the scene tree for the first time.
func _ready():
	pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
	pass
 |