feat: close game fade

This commit is contained in:
Gerard Gascón 2024-04-20 20:34:45 +02:00
parent 091f7686cd
commit b3996c6831
3 changed files with 40 additions and 2 deletions

View file

@ -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;