Skip to content

Commit 93e9be6

Browse files
committed
Add ALT + F4 quit information
1 parent 4ae283f commit 93e9be6

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

Assets/Scenes/MainMenu.unity

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ RectTransform:
23722372
m_AnchorMin: {x: 0, y: 0}
23732373
m_AnchorMax: {x: 0, y: 0}
23742374
m_AnchoredPosition: {x: 0, y: 0}
2375-
m_SizeDelta: {x: 705, y: 416.5702}
2375+
m_SizeDelta: {x: 705, y: 352.44}
23762376
m_Pivot: {x: 0.5, y: 0.5}
23772377
--- !u!114 &1860675298
23782378
MonoBehaviour:
@@ -2399,7 +2399,9 @@ MonoBehaviour:
23992399
Select - Enter
24002400
OR Button South
24012401
2402-
Back - ESC OR Button East'
2402+
Back - ESC OR Button East
2403+
2404+
Alt + F4 - Quit Game (oops)'
24032405
m_isRightToLeft: 0
24042406
m_fontAsset: {fileID: 11400000, guid: 800c8976860a6de4c8c683aab1090e5a, type: 2}
24052407
m_sharedMaterial: {fileID: 257866385274253584, guid: 800c8976860a6de4c8c683aab1090e5a, type: 2}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
customInterpolatorErrorThreshold: 32
16+
customInterpolatorWarningThreshold: 16

0 commit comments

Comments
 (0)