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

@@ -190,11 +190,12 @@ func apply_properties(properties := {}) -> void:
obj.set(p, properties[i])
continue
func get_variation_json(json := {}) -> Dictionary:
var level_theme = Global.level_theme
if force_properties.has("Theme"):
level_theme = force_properties.Theme
for i in json.keys().filter(func(key): return key.contains("config:")):
get_config_file(current_resource_pack)
if config_to_use != {}: