NovaSquirrel / NovaTheSquirrel

an open source NES platformer game
GNU General Public License v3.0
202 stars 8 forks source link

Replace per-level inventory with second inventory page #108

Closed NovaSquirrel closed 6 years ago

NovaSquirrel commented 6 years ago

Have a second inventory page that get used for per-level items. Items are not allowed to be moved from the second page to the first or vice versa, and items like keys go into the second page.

On the inventory screen, use B to move between pages perhaps? And have a line under "pause" that tells you that you can swap.

NovaSquirrel commented 6 years ago

Added