Kimbsy / quip

Clojure game engine built using Quil
Eclipse Public License 1.0
17 stars 0 forks source link

Clickable sprites #24

Open Kimbsy opened 3 weeks ago

Kimbsy commented 3 weeks ago

We've got the button namespace as the only thing in sprites/, It's a bit janky and not really how I want to handle mouse interaction in the long term.

Really we want something like a clickable or interactive interface which we can add to a sprite?

Needs thought.