STALKER-X icon indicating copy to clipboard operation
STALKER-X copied to clipboard

Camera module for LÖVE

Results 4 STALKER-X issues
Sort by recently updated
recently updated
newest added

Hi! How can I make Parallax camera? Example? Ty!

https://risingwave.itch.io/smash-bash-date-with-the-desert i saw this game couple days ago. i'm using the hump camera, however, this camera system looks promising too and has active dev. possible to change the field of...

relevant part of the code: ```lua camera = Camera(0, 0, window.width, window.height) camera:setFollowStyle(nil) local w, h = camera.w/16, camera.w/16 camera:setDeadzone(window.width / 2 - 50, window.height * 3/4, 100, 50) camera:setFollowLerp(0.8)...

I just wanted to congratulate you for doing such a fantastic job!