added lights to machines
This commit is contained in:
parent
fdaeb90506
commit
ade436f06f
11 changed files with 117 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
})
|
||||
|
|
|
@ -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 },
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue