diff --git a/graphics/icons/phenol-2.png b/graphics/icons/phenol-2.png new file mode 100644 index 0000000..f4b6ab0 Binary files /dev/null and b/graphics/icons/phenol-2.png differ diff --git a/graphics/icons/phenol-3.png b/graphics/icons/phenol-3.png new file mode 100644 index 0000000..01c146d Binary files /dev/null and b/graphics/icons/phenol-3.png differ diff --git a/graphics/icons/phenol-4.png b/graphics/icons/phenol-4.png new file mode 100644 index 0000000..49ed715 Binary files /dev/null and b/graphics/icons/phenol-4.png differ diff --git a/graphics/icons/phenol.png b/graphics/icons/phenol.png index e5ae949..fab866c 100644 Binary files a/graphics/icons/phenol.png and b/graphics/icons/phenol.png differ diff --git a/graphics/icons/phenol.xcf b/graphics/icons/phenol.xcf deleted file mode 100644 index 39af335..0000000 Binary files a/graphics/icons/phenol.xcf and /dev/null differ diff --git a/prototypes/phenol.lua b/prototypes/phenol.lua index 42ab960..0bc7305 100644 --- a/prototypes/phenol.lua +++ b/prototypes/phenol.lua @@ -6,8 +6,13 @@ data:extend({ { type = "item", name = "phenol", - icon = "__bzgas__/graphics/icons/phenol.png", - icon_size = 128, + icon = "__bzgas__/graphics/icons/phenol.png", icon_size = 128, + pictures = { + {filename = "__bzgas__/graphics/icons/phenol.png", size = 128, scale = 0.125}, + {filename = "__bzgas__/graphics/icons/phenol-2.png", size = 128, scale = 0.125}, + {filename = "__bzgas__/graphics/icons/phenol-3.png", size = 128, scale = 0.125}, + {filename = "__bzgas__/graphics/icons/phenol-4.png", size = 128, scale = 0.125}, + }, subgroup = "raw-material", order = "g[phenol]", stack_size = util.get_stack_size(100),