From b7006760f71d0227925e5f3f637654ee28e2750a Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Fri, 17 Mar 2023 20:33:51 +0900 Subject: [PATCH] Update main.lua --- PHI-MB/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHI-MB/main.lua b/PHI-MB/main.lua index 0882c77..13a403d 100644 --- a/PHI-MB/main.lua +++ b/PHI-MB/main.lua @@ -34,8 +34,8 @@ local function EE(source, tier) item.max_health = item.max_health * (2 ^ (tier - 1)) item.crafting_speed = item.crafting_speed * (2 ^ (tier - 1)) item.energy_usage = tonumber(string.match(item.energy_usage, '%d+')) * (2 ^ (tier - 1)) .. string.match(item.energy_usage, '%a') - item.picture.layers[1].filename = graphics_location .. source .. '-e.png' - item.picture.layers[1].hr_version.filename = graphics_location .. source ..'-eh.png' + item.animation.layers[1].filename = graphics_location .. source .. '-e.png' + item.animation.layers[1].hr_version.filename = graphics_location .. source ..'-eh.png' item.icon = graphics_location .. source .. '-i.png' item.icon_size = 64 item.icon_mipmaps = 4