feat: close game fade
This commit is contained in:
parent
091f7686cd
commit
b3996c6831
3 changed files with 40 additions and 2 deletions
|
@ -10,6 +10,7 @@ namespace View {
|
|||
AppWindowUtility.AlwaysOnTop = true;
|
||||
AppWindowUtility.FrameVisibility = false;
|
||||
AppWindowUtility.Transparent = true;
|
||||
AppWindowUtility.SetWindowOpacity(0xFF);
|
||||
|
||||
Vector2Int displaySize = new(Screen.currentResolution.width, Screen.currentResolution.height);
|
||||
const float aspect = 10f / 15f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue