- makefile:

- added PATTERNS and TRACKS for music
- audio and configuration windows fixed
- there might be some rudimentary music in there
This commit is contained in:
2026-03-03 23:36:51 +01:00
parent 77bd76f6f9
commit ecd094e2d7
6 changed files with 29 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
--- @section ConfigurationWindow
ConfigurationWindow = {
controls = {},
selected_control = 1,
}
ConfigurationWindow.controls = {}
ConfigurationWindow.selected_control = 1
--- Initializes configuration window.
--- @within ConfigurationWindow