-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.lua
More file actions
39 lines (39 loc) · 874 Bytes
/
data.lua
File metadata and controls
39 lines (39 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
data:extend({
{
type = "virtual-signal",
name = "no-path",
icon = "__TrainStatusIcons__/graphics/no-path.png",
icon_size = 78,
subgroup = "other",
},
{
type = "animation",
name = "no-path-blinking",
filename = "__TrainStatusIcons__/graphics/no-path-blinking.png",
size = 78, -- total 156w 78h
animation_speed = 0.01,
frame_count = 2,
scale = 0.4,
},
--[[{
type = "fluid",
name = "no-path",
icon = "__TrainStatusIcons__/graphics/no-path.png",
icon_size = 78,
icon_mipmaps = 0,
default_temperature = 15,
max_temperature = 100,
heat_capacity = "0.2KJ",
base_color = { r = 0, g = 0, b = 0 },
flow_color = { r = 0, g = 0, b = 0 },
hidden = true,
auto_barrel = false,
},]]
{
type = "sprite",
name = "destination-full",
filename = "__TrainStatusIcons__/graphics/destination-full.png",
size = 79,
scale = 0.4,
},
})