added lights to machines
This commit is contained in:
parent
fdaeb90506
commit
ade436f06f
11 changed files with 117 additions and 0 deletions
|
@ -134,6 +134,12 @@ data:extend({
|
|||
frame_count = 3,
|
||||
animation_speed = 0.2,
|
||||
shift = {0,-0.1}
|
||||
},
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15,
|
||||
color = {r=0.78 ,g=0.5 ,b=0.09 },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -162,6 +162,15 @@ data:extend({
|
|||
frame_count = 9,
|
||||
scale = 0.2,
|
||||
},
|
||||
working_visualisations = {
|
||||
{
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15,
|
||||
}
|
||||
}
|
||||
},
|
||||
working_sound = {
|
||||
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
||||
apparent_volume = 2.5,
|
||||
|
@ -322,6 +331,15 @@ data:extend({
|
|||
frame_count = 9,
|
||||
scale = 0.2,
|
||||
},
|
||||
working_visualisations = {
|
||||
{
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15,
|
||||
}
|
||||
}
|
||||
},
|
||||
working_sound = {
|
||||
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
||||
apparent_volume = 2.5,
|
||||
|
@ -508,6 +526,15 @@ data:extend({
|
|||
frame_count = 9,
|
||||
scale = 0.2,
|
||||
},
|
||||
working_visualisations = {
|
||||
{
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15,
|
||||
}
|
||||
}
|
||||
},
|
||||
working_sound = {
|
||||
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
||||
apparent_volume = 2.5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue