fixed fonts being loaded using shitty fuckass uids

This commit is contained in:
JHDev2006
2025-10-17 19:23:13 +01:00
parent 9a17f140e0
commit 676efa6443
4 changed files with 6 additions and 5 deletions

View File

@@ -464,7 +464,7 @@ func check_completionist_achievement() -> void:
if achievements.count("0") == 1:
unlock_achievement(AchievementID.COMPLETIONIST)
const FONT = preload("uid://cd221873lbtj1")
const FONT = preload("res://Assets/Sprites/UI/Font.fnt")
func sanitize_string(string := "") -> String:
string = string.to_upper()