Controls menu

This commit is contained in:
2026-04-02 18:51:17 +02:00
parent 589b225ab0
commit 10316d3075
6 changed files with 60 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ Window.register("game", GameWindow)
PopupWindow = {}
Window.register("popup", PopupWindow)
ControlsWindow = {}
Window.register("controls", ControlsWindow)
AudioTestWindow = {}
Window.register("audiotest", AudioTestWindow)