Latest controls Activity
Hello internet,
A huge portion of the changes/updates for this month are based off of the feedback I received last month during the small closed alpha.
Level Revamps Planet 2Revamped planet 02 and planet 04 (internal naming). Planet 2 was basically stripped of many elements (possibly to be use…
Hello Space Cadets,
Time for another monthly update. A huge part of my time working on Raygun Gadabout this past month has been fixing bugs and polishing things to try and get out another alpha test.
I’m pretty excited at the state of the game at the moment. There’s a proper loop with objectives and …
How to stop a camera from clipping into models; without using raycasts (because my engine doesn't have easy an easy generic ray cast system).
My firsts idea was to just slap a collision shape around a camera, but this has some issues.
By surrounding the camera with an OBB (oriented bounding box), we …
In short:
How do 2D, top-down games usually handle things like speed-boosts or speed-affecting currents?
To explain:
I'm working on a 2D, top-down game at the moment. As things stand, movement works more or less as follows:
- Each character (player or NPC) has a velocity-vector
- When moving under their own…