Skip to content

Latest Changes

Hyomoto edited this page Oct 12, 2020 · 13 revisions

Revision h

Renamed ArrayDynamic -> ArrayList

  • This also renames append() to add() to make it more internally consistent with other data structures.

Split Gamepad

  • Gamepad is now generic and contains no bound inputs, GamepadXbox and GamepadPlaystation are the pre-configured versions. There is no functionality changes here, this just simply provides a generic template that matches the controller in question.

Renamed Scripts -> Structs

  • Previously all structs were in folders labeled Scripts. This was confusing, so now they are named Structs.
Clone this wiki locally