This commit is contained in:
2026-06-30 14:11:48 +09:00
parent 04fdc17b8d
commit 6ee0cc4392
6 changed files with 72 additions and 19 deletions
+2 -2
View File
@@ -123,7 +123,7 @@ function main_entity(source, tier)
elseif (source.name == 'recycler') then
if item['graphics_set'] and item['graphics_set']['animation'] then
for _, d in pairs({'north', 'east', 'south', 'west'}) do
if item['graphics_set']['animation'][d] then
if item['graphics_set']['animation'][d] and item['graphics_set']['animation'][d].layers then
for _, l in pairs(item['graphics_set']['animation'][d].layers) do
if not l.draw_as_shadow then
l.tint = mod_tint[tier]
@@ -173,7 +173,7 @@ function main_entity(source, tier)
elseif (source.name == 'pumpjack') then
if item['graphics_set'] and item['graphics_set']['animation'] then
for _, d in pairs({'north', 'east', 'south', 'west'}) do
if item['graphics_set']['animation'][d] then
if item['graphics_set']['animation'][d] and item['graphics_set']['animation'][d].layers then
for _, l in pairs(item['graphics_set']['animation'][d].layers) do
if not l.draw_as_shadow then
l.apply_runtime_tint = true