Made popups have a close button

This commit is contained in:
Pasha Bibko
2026-01-13 14:02:10 +00:00
parent 459d70bbbe
commit 0d9fd7afa9
3 changed files with 282 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ namespace InterfaceOff
public override void OnWindowInstantiation()
{
Components.WindowImage.color = Color.red;
Components.WindowImage.color = Color.blue;
}
public override void OnWindowClicked()