Finally fixed font texture

This commit is contained in:
2024-05-09 14:12:40 +01:00
parent 10952b6502
commit 099340f870
20 changed files with 294 additions and 95 deletions

View File

@@ -34,6 +34,8 @@ var effects_volume : int :
var best_times : Dictionary
var start_level : String = "DUNKANOID"
var _loading : bool = false
func _ready() -> void: