Skip to content

Commit

Permalink
debug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiplacon committed Oct 26, 2024
1 parent c1695c4 commit 9c170bf
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -536,14 +536,7 @@ function(event)
}
end
else
rendering.draw_sprite
{
sprite = "RTlocomotiveleft",
target = {player.selected.position.x, player.selected.position.y-3.0},
surface = player.surface,
render_layer = "air-object",
}
--[[ rendering.draw_animation
rendering.draw_animation
{
animation = "RTHoojinTime",
x_scale = 0.5,
Expand All @@ -552,7 +545,7 @@ function(event)
surface = player.surface,
time_to_live = 120,
animation_speed = 0.5
} ]]
}
end
end)

Expand Down

0 comments on commit 9c170bf

Please sign in to comment.