littensy / slither

🐍 A casual game with a soothing Catppuccin color palette

Home Page:https://www.roblox.com/games/14162747150

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera desync from snake body

littensy opened this issue · comments

When the game is under heavy load, the camera subject's head can be observed detaching from the its body. This is caused by a hotfix that forces the head appear in the center of the screen, which I added to hide some misalignments between the snake head and the camera during frame drops.

The core problem should be identified and solved so that this hotfix is no longer needed.