This commit is contained in:
2023-05-09 01:27:45 +09:00
parent d9c34b200e
commit 9700a86cad
25 changed files with 3 additions and 1 deletions

View File

@@ -198,12 +198,14 @@ local function EE(source, tier)
item['shape'] = {width = w, height = h, type = 'full'}
--[[
if source.graphics_source == nil then
item['sprite'] = {filename = graphics_location .. source.graphics_name .. '-e.png', width = w * 32, height = h * 32, priority = 'medium', hr_version = {filename = graphics_location .. source.graphics_name .. '-eh.png', width = w * 64, height = h *64, priority = 'medium', scale = 0.5}}
else
item['sprite'] = {filename = source.graphics_source, width = w * 32, height = h * 32, priority = 'medium'}
end
]]
data:extend({item})
end