littensy / slither

🐍 A casual game with a soothing Catppuccin color palette
https://www.roblox.com/games/14162747150
MIT License
119 stars 9 forks source link

fix: sync camera with subject #153

Closed littensy closed 1 year ago

littensy commented 1 year ago

Issue #151 was caused by a fundamental desync between <Snakes> and <SnakeHead> attempting to animate the same values. The former's animated camera position varies slightly from the latter's animated head position. This fix has <Snakes> derive its camera position directly from the same bindings <SnakeHead> uses, so they should now be in sync.