[0.16.22] Missing robot animation
Posted: Sun Feb 11, 2018 2:05 pm
may be its not bug, but:
no animation when construction robot idle or moving, but its ok when robot working (repairing). Enev if i using same sprite for idle and work
no animation when construction robot idle or moving, but its ok when robot working (repairing). Enev if i using same sprite for idle and work
Code: Select all
idle =
{
filename = "__FMRx__/graphics/worker_drone/idle.png",
priority = "high",
line_length = 3,
width = 36,
height = 36,
frame_count = 3,
shift = {0, 0},
animation_speed = 0.3,
direction_count = 16
},
in_motion =
{
filename = "__FMRx__/graphics/worker_drone/move.png",
priority = "high",
line_length = 3,
width = 36,
height = 36,
frame_count = 3,
shift = {0, 0},
animation_speed = 0.3,
direction_count = 16
},
shadow_idle =
{
filename = "__FMRx__/graphics/worker_drone/shadow3.png",
priority = "high",
line_length = 3,
width = 36,
height = 36,
frame_count = 3,
shift = {0, 0},
animation_speed = 0.3,
direction_count = 16
},
shadow_in_motion =
{
filename = "__FMRx__/graphics/worker_drone/shadow3.png",
priority = "high",
line_length = 3,
width = 36,
height = 36,
frame_count = 3,
shift = {0, 0},
animation_speed = 0.3,
direction_count = 16
},
working =
{
filename = "__FMRx__/graphics/worker_drone/idle.png",
priority = "high",
line_length = 3,
width = 36,
height = 36,
frame_count = 3,
shift = {0, 0},
animation_speed = 0.3,
direction_count = 16
},