ikbensiep / lofigame

A 2D game without canvas, only html vibes. SVG is used not only for artwork but to annotate as much world/level data as possible, simply by drawing shapes accoring to a few rules. Exploring wether it's worthwile to make it into an open source 2d world game engine.
https://ikbensiep.github.io/lofigame/
GNU General Public License v3.0
1 stars 0 forks source link

Gamepad controls: game UI (navigate menus etc) #32

Open ikbensiep opened 9 months ago

ikbensiep commented 9 months ago

Should probably suspend gamepad from inputhandler somehow when Game UI used.

Curious how far a couple of autofocus attributes etc get you there.