mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
fixed fonts being loaded using shitty fuckass uids
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user