mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user