add files to the repo

This commit is contained in:
2023-12-27 15:03:23 +01:00
parent 397e31d438
commit 9b3c1afd38
10 changed files with 164 additions and 0 deletions

5
Classes/BuboGui.sc Normal file
View File

@ -0,0 +1,5 @@
Gui {
*new {
^Server.default.makeGui.window.alwaysOnTop_(true);
}
}