add files to the repo
This commit is contained in:
5
Classes/BuboGui.sc
Normal file
5
Classes/BuboGui.sc
Normal file
@ -0,0 +1,5 @@
|
||||
Gui {
|
||||
*new {
|
||||
^Server.default.makeGui.window.alwaysOnTop_(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user