added first theme progress and switched all files to use static typing

This commit is contained in:
Luca 2024-10-10 15:26:56 +02:00
parent c9458f3627
commit b5ace17da9
2665 changed files with 50249 additions and 476 deletions

View file

@ -0,0 +1,10 @@
extends Node
@export var music: Array[MusicFile]
func play(_file: String) -> void:
pass
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.