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

@@ -4,7 +4,7 @@ extends Node
const valid_chars := "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-*!.^/+:,'()?_;<> \n"
@export var node_to_validate: Control = null
const FONT = preload("uid://cd221873lbtj1")
const FONT = preload("res://Assets/Sprites/UI/Font.fnt")
signal text_validated(new_text: String)
func validate_text() -> void: