phy1um / ps2-homebrew-livestreams

Repo for code written during my Playstation 2 Homebrew livestreams
MIT License
47 stars 6 forks source link

Engine Improvements #13

Closed phy1um closed 2 years ago

phy1um commented 2 years ago

Misc improvements from Lisp Game Jam work. Main game split off to the phy1um/fpxj-game repo.

  1. Texture loading now part of Draw2D
  2. Improved ISO building in Makefile (lowercase files supported)
  3. make runps2 now works!
  4. Draw2D coordinates now start with (0,0) at the top-left. Coordinates and colours are more sensible
  5. Extra pad buttons
  6. Few other random things