Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created February 2, 2015 06:01
Show Gist options
  • Save jerstlouis/915d80a011c4fdea7deb to your computer and use it in GitHub Desktop.
Save jerstlouis/915d80a011c4fdea7deb to your computer and use it in GitHub Desktop.
class HiddenWindow : Window
{
alphaBlend = true;
hasMinimize = true;
opacity = 0;
size = { 1, 1 };
}
HiddenWindow hidden { };
class Note : Window
{
master = hidden;
isModal = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment