Some extra things before I go to bed:

- Added Gravity Suppressor.
 - Adjusted Health Geodesic sizes.
 - Adjusted max amounts of nuggets (capped at 40 now).
 - Added secret combination to menu (nothing to find yet though, that will come later).
 - 6DOF movement when flying.
This commit is contained in:
Mari the Deer 2020-02-04 02:41:09 +01:00
commit d6228cb42c
17 changed files with 465 additions and 53 deletions

View file

@ -6,6 +6,7 @@ version "4.3"
#include "zscript/swwm_libeye/projector planar.txt"
#include "zscript/swwm_libeye/viewport.txt"
#include "zscript/swwm_coordutil.zsc"
#include "zscript/swwm_quaternion.zsc"
// base code
#include "zscript/swwm_common.zsc"
#include "zscript/swwm_player.zsc"