SammygoodTunes / Tile-Game

A tile-based multiplayer game with procedural terrain generation (using the Perlin Noise algorithm)
MIT License
1 stars 0 forks source link

Rewrite GUI components for tabbing feature #3

Closed SammygoodTunes closed 1 month ago

SammygoodTunes commented 2 months ago

Certain or all GUI components need to be rewritten to be able to tab through them (i.e. input boxes). This could be done with ordering (giving a set of components a specific order to tab through).