mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-14 10:12:42 -06:00
fixed typo
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
--By Mami
|
--By Mami
|
||||||
combinator_entity = flib.copy_prototype(data.raw["arithmetic-combinator"]["arithmetic-combinator"], COMBINATOR_NAME)
|
combinator_entity = flib.copy_prototype(data.raw["arithmetic-combinator"]["arithmetic-combinator"], COMBINATOR_NAME)
|
||||||
combinator_entity.icon = "__cybersyn__/graphics/icons/area-of-effect.png"
|
combinator_entity.icon = "__cybersyn__/graphics/icons/combinator.png"
|
||||||
combinator_entity.radius_visualisation_specification = {
|
combinator_entity.radius_visualisation_specification = {
|
||||||
sprite = {
|
sprite = {
|
||||||
filename = "__cybersyn__/graphics/icons/combinator.png",
|
filename = "__cybersyn__/graphics/icons/area-of-effect.png",
|
||||||
tint = {r = 1, g = 1, b = .25, a = 1},
|
tint = {r = 1, g = 1, b = .25, a = 1},
|
||||||
height = 64,
|
height = 64,
|
||||||
width = 64,
|
width = 64,
|
||||||
|
|||||||
Reference in New Issue
Block a user