fixed art

This commit is contained in:
Monica Moniot
2022-10-30 00:30:26 -04:00
parent 0e48757575
commit 202ae86c95
4 changed files with 33 additions and 7 deletions

View File

@@ -4,11 +4,12 @@ combinator_entity.icon = "__cybersyn__/graphics/icons/combinator.png"
combinator_entity.radius_visualisation_specification = {
sprite = {
filename = "__cybersyn__/graphics/icons/area-of-effect.png",
tint = {r = 1, g = 1, b = .25, a = 1},
tint = {r = 1, g = 1, b = 0, a = .5},
height = 64,
width = 64,
},
distance = 1,
--offset = {0, .5},
distance = 1.5,
}
combinator_entity.active_energy_usage = "10KW"
combinator_entity.allow_copy_paste = false