Zaelot / Cultist-Meditation

Finnish Game Jam 2016 Twitch Roguelike
http://zaelot.github.io/Cultist-Meditation/
MIT License
1 stars 0 forks source link

Inventory #6

Open Zaelot opened 8 years ago

Zaelot commented 8 years ago

One command to open, then a list with alphabet (upper and lower case) to choose from. Just use numbers on the side with an icon to indicate the type of item.

Does whatever is logical or opens menu with actions.

Zaelot commented 8 years ago

7 mentioned that we could just severely limit the amount of possessions and show them as numbers + icons at the right side of the screen.

Domestus commented 8 years ago

First version done -- currently have 4 buttons at right side of screen and they are clickable by mouse and WASD. Currently these inventory buttons move the player according to the Move methods.

Zaelot commented 8 years ago

Nice, I was adding the instruction in to the right side of the screen with numbers from 1-4, plus left space for icons. WASD is supposed to be for the movement, but of course for debugging this is fine whichever way.

Zaelot commented 8 years ago

Took the movement script from 2D Roguelike, but your earlier script overrides the WASD controls and as it's different, it ignores walls as well. :)

Zaelot commented 8 years ago

...is this going to be extra as well?