couple things, icr

This commit is contained in:
JHDev2006
2025-09-25 22:54:23 +01:00
parent 7b5399147f
commit 40c2c04fcd
12 changed files with 347 additions and 283 deletions

View File

@@ -85,6 +85,7 @@ func get_resource(json_file: JSON) -> Resource:
if json.get("source") is String:
source_resource_path = json_file.resource_path.replace(json_file.resource_path.get_file(), json.source)
else:
print(json)
Global.log_error("Error getting variations! " + resource_path)
return
for i in Settings.file.visuals.resource_packs: