jorisvddonk / system-reset

System Reset - Re-implementation of Noctis IV, in Godot
9 stars 1 forks source link

Add proper spaceside player (camera) physics #10

Closed jorisvddonk closed 1 year ago

jorisvddonk commented 1 year ago

At the moment, spaceside uses a floating camera, that's implemented in camera.gd. Whilst this floating camera is nice for some occasional debugging, it's not particularly accurate to how NIV behaves, and in the end we want to have some proper walking around the spaceship, with the ability to jump onto the roof.

Let's implement the in-stardrifter movement physics like in Noctis IV!

jorisvddonk commented 1 year ago

This has been fixed a while ago; closing.