mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user