Skip to content

Commit

Permalink
[HOT PATCH] Added missing animated sprite update for Tails plane
Browse files Browse the repository at this point in the history
  • Loading branch information
hsandt committed Aug 30, 2021
1 parent c97b4b3 commit d0b71bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/menu/titlemenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@ function titlemenu:update()
self:update_emeralds()
self:update_fx()

if self.tails_plane_position then
if self.tails_plane then
self.tails_plane:update()

-- tune plane speed here
self.tails_plane_position.x = self.tails_plane_position.x - 0.5 -- - tuned("plane dvx x0.5", 0) * 0.5
end
Expand Down

0 comments on commit d0b71bd

Please sign in to comment.