added lights to machines
This commit is contained in:
parent
fdaeb90506
commit
ade436f06f
11 changed files with 117 additions and 0 deletions
|
@ -129,6 +129,17 @@ data:extend({
|
|||
shift = {0,-1},
|
||||
},
|
||||
},
|
||||
|
||||
working_visualisations = {
|
||||
{
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 12,
|
||||
color = {r=0.08 ,g=0.51 ,b=0.87 },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
working_sound = {
|
||||
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
|
||||
|
|
|
@ -127,6 +127,12 @@ data:extend({
|
|||
frame_count = 3,
|
||||
animation_speed = 0.2,
|
||||
shift = {0,-0.3}
|
||||
},
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15,
|
||||
color = {r=0.87 ,g=0.25 ,b=0.08 },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -147,6 +147,16 @@ data:extend({
|
|||
shift = {0,-0.3}
|
||||
},
|
||||
},
|
||||
|
||||
working_visualisations = {
|
||||
{
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15
|
||||
}
|
||||
}
|
||||
},
|
||||
working_sound =
|
||||
{
|
||||
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
|
||||
|
|
|
@ -127,6 +127,12 @@ data:extend({
|
|||
frame_count = 4,
|
||||
animation_speed = 0.2,
|
||||
shift = {0,-0.3}
|
||||
},
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15,
|
||||
color = {r=0.79 ,g=0.08 ,b=0.87 },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -132,6 +132,12 @@ data:extend({
|
|||
frame_count = 9,
|
||||
animation_speed = 0.3,
|
||||
shift = {2.4,-1.7}
|
||||
},
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 26,
|
||||
color = {r=0.79 ,g=0.08 ,b=0.87 },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -226,6 +232,17 @@ data:extend({
|
|||
animation_speed = 0.3,
|
||||
shift = {2.4,-1.7}
|
||||
},
|
||||
|
||||
working_visualisations = {
|
||||
{
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 26,
|
||||
color = {r=0.79 ,g=0.08 ,b=0.87 },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
working_sound = {
|
||||
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
|
||||
|
|
|
@ -160,6 +160,12 @@ data:extend({
|
|||
frame_count = 9,
|
||||
animation_speed = 0.3,
|
||||
shift = {0,2.6}
|
||||
},
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 24,
|
||||
color = {r=0.87 ,g=0.64 ,b=0.08 },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue