This website requires JavaScript.
Explore
Help
Sign in
pnx
/
tetris-go
Watch
1
Star
0
Fork
You've already forked tetris-go
0
Code
Releases
Activity
103
commits
1
branch
15
tags
2.4
MiB
main
Commit graph
5 commits
Author
SHA1
Message
Date
Henrik Hautakoski
f3d7995bc2
feat(ui): add ListBox.SetSelected()
...
this function will set the selected widget without triggering a onSelect event.
2025-10-28 09:47:19 +01:00
Henrik Hautakoski
6cf0e4abb4
feat(ui): implement new ui system
2025-10-28 06:38:56 +01:00
Henrik Hautakoski
0bc5863284
feat(ui): call onSelect in Select() function and make Next()/Previous() use that function
2025-10-28 06:38:55 +01:00
Henrik Hautakoski
a1756549f9
feat(ui): menu should not call audio module directly, make it more modular with and onSelect event callback
2025-10-28 06:38:55 +01:00
Henrik Hautakoski
bcd6025aa3
refactor: move ui code from game/state/handlers/menu.go to its own package in game/ui
2025-10-28 06:38:55 +01:00