BryceMehring / Hexel

Retro Tower Defense Game
https://brycemehring.github.io/projects/hexel/
MIT License
5 stars 2 forks source link

Generate an in-game sidebar #12

Closed Kioljin closed 9 years ago

Kioljin commented 9 years ago

Create a sidebar menu where the player can view their score, buy, upgrade or sell towers, pause the game etc.

BryceMehring commented 9 years ago

We could use the flower widget library: https://github.com/makotok/Hanappe/tree/master/projects/flower-extensions

src/widget.lua is the library and samples/ has some examples of using this library.