This commit is contained in:
2026-06-20 01:57:48 +09:00
parent 0633b78b61
commit 3a35518489
+1
View File
@@ -178,6 +178,7 @@ function main_entity(source, tier)
if item['graphics_set']['animation'][d] then if item['graphics_set']['animation'][d] then
for _, l in pairs(item['graphics_set']['animation'][d].layers) do for _, l in pairs(item['graphics_set']['animation'][d].layers) do
if not l.draw_as_shadow then if not l.draw_as_shadow then
l.apply_runtime_tint = true
l.tint = mod_tint[tier] l.tint = mod_tint[tier]
end end
end end