alec-jackson / studious-engine

A platform agnostic, backend agnostic, graphics engine...in theory
MIT License
3 stars 1 forks source link

Player Movement Based on Camera Position #4

Closed Weetsy closed 7 months ago

Weetsy commented 2 years ago

Request

Pressing W should always make the player move away from the camera, no matter where it is positioned.

Current Behavior

Player movement is currently relative to the world instead of camera position. If the camera is moved and the player presses W, they may go in any direction relative to us.

Weetsy commented 7 months ago

Closed in #14