Download new build I've added a bunch of stuff, here's the rundown:
- Added a sprite/definition for the 2nd main character: Justica
- Added the Weapon sprite attachment code. Basically, every frame has a point with a rotation where to draw the weapon, which is drawn seperately allowing a huge number of weapon sprites!
- Added the ItemManager and InventoryItem classes, and the beginnings of the equipment system. The default.sav gives each character a weapon, and items.itm defines the actual items.
- There's no inventory yet, but when you gain items it uses the full name from the string file instead of the ID.
- The victory screens are now in place. Try fighting a few times to gain a level to see how that shows up. I lowered the EXP for the fight, btw.
I think next.. either the Inventory system, or begin work n the Camp screen.