Add noise map icon

This commit is contained in:
Simon Brodtmann 2025-01-13 15:35:50 +01:00
parent 8bab51aeae
commit a6f0fc52b1
3 changed files with 1 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -19,11 +19,9 @@ data:extend({
name = "noise", name = "noise",
chart_color = { r = 183, g = 0, b = 225, a = 149 }, chart_color = { r = 183, g = 0, b = 225, a = 149 },
icon = { icon = {
filename = "__core__/graphics/icons/mip/side-map-menu-buttons.png", filename = "__lignumis__/graphics/noise-map-icon.png",
priority = "high", priority = "high",
size = 64, size = 64,
mipmap_count = 2,
y = 3 * 64,
flags = { "gui-icon" } flags = { "gui-icon" }
}, },
affects_evolution = true, affects_evolution = true,

Binary file not shown.