Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 350 Bytes

Done

  • Move from 3 layered design to 4 layerd design:
    • Hover (Everything above the player).
    • World (Everything in players world. Everything here is collidable)
    • Below (Everything below the player).
    • Ground

TODO

Optimizations

  • Move to a minimized tileset.

    • Use a faccha maybe.
  • Merge Below and Ground layer.