Fix all stale UID warnings
Scene files referenced assets by UIDs that no longer matched the importer records. Rewrote 13 ext_resource references to the current UIDs from the .import sidecars, and gave wow_style.tres the UID that nine UI scenes were already referencing (its header had none). Headless load is now warning-free.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="Theme" load_steps=2 format=3]
|
||||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dvsh7tuhulnfm"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://dh88edx2pf6ax" path="res://assets/fonts/Kurland.ttf" id="1_font"]
|
||||
[ext_resource type="FontFile" uid="uid://wipqjhfqeuwd" path="res://assets/fonts/Kurland.ttf" id="1_font"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_font")
|
||||
|
||||
Reference in New Issue
Block a user