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

Movement is not smooth on high-end devices #48

Closed littensy closed 1 year ago

littensy commented 1 year ago

Because the current world tick rate is 15 TPS, higher-end devices can notice when the snake is updated with the new position every tick. Changing it to 20 TPS and perhaps increasing the spring's mass and friction should aid in making movement appear smooth.

While a recording of this issue cannot be provided, the effect is noticeable if playing the game with a frame-rate higher than 60.

This issue is low priority and only affects users with a high frame-rate.