the main font now only uses ONE .fnt file, and the other language fonts fnt files are now embedded into the main .fnt file

This commit is contained in:
JHDev2006
2025-10-16 23:20:36 +01:00
parent c16903e9a9
commit 77b91b3840
17 changed files with 241 additions and 472 deletions

View File

@@ -3,9 +3,11 @@ extends Node
var main_font: Resource = null
var score_font: Resource = null
var ga_font: Resource = null
var jp_font: Resource = null
var FONT_MAIN = preload("uid://bl7sbw4nx3l1t")
@onready var SCORE_FONT = load("uid://cflgloiossd8a")
var SCORE_FONT = preload("uid://cflgloiossd8a")
static var current_font: Font = null