added lights to machines

This commit is contained in:
PreLeyZero 2022-04-06 22:08:00 +02:00
parent fdaeb90506
commit ade436f06f
11 changed files with 117 additions and 0 deletions

View file

@ -73,6 +73,16 @@ data:extend({
animation_speed = 0.5,
shift = {0,0.5}
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 18,
color = {r=0.08 ,g=0.70 ,b=0.87 },
}
}
},
continuous_animation = true
}
})

View file

@ -50,6 +50,16 @@ data:extend({
frame_count = 4,
animation_speed = 0.1
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 18,
color = {r=0.08 ,g=0.70 ,b=0.87 },
}
}
},
}
})