Thanks Bdragon! Have sent you an email!
trippity
19
Posts
1
Topics
6
Following
A member registered Sep 29, 2020
Recent community posts
350th update: Additional City Props 19/? comments · Replied to LimeZu in 350th update: Additional City Props 19/? comments
350th update: Additional City Props 19/? comments · Posted in 350th update: Additional City Props 19/? comments
Essentials Series - Free Sound Effect comments · Posted in Essentials Series - Free Sound Effect comments
Bard's Tales - Peaceful Harp Music Pack comments · Posted in Bard's Tales - Peaceful Harp Music Pack comments
Thanks for that Tiz, just bought the pack - Amazing work!
Just a question about cameras as I'm having some rendering glitches. My controller has gamma rendering set to false. If I use your method of lerping to the x&y coordinates of the player. The render is fine however then my character is jittery.
If I use my method of:
xTo = player.x;
yTo = player.y;
cam_x += (xTo - cam_x);
cam_y += (yTo - cam_y)
My player is smooth but then the shadow layers are misaligned by a px as shown below:
Did you face any of these problems with your games? I have tried super sampling to try reduce the jitter but that didn't help either.
Thanks in advance!
[Farm] Harvest System - for Game Maker Studio 2.3+ comments · Posted in [Farm] Harvest System - for Game Maker Studio 2.3+ comments