Adjusted level win text
This commit is contained in:
parent
75615259f0
commit
96c75b9b9f
3 changed files with 12 additions and 6 deletions
|
@ -492,7 +492,7 @@ MonoBehaviour:
|
|||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
m_text: Click or press space to continue...
|
||||
m_text: Press any key to continue...
|
||||
m_isRightToLeft: 0
|
||||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
|
||||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
|
||||
|
@ -561,10 +561,10 @@ MonoBehaviour:
|
|||
m_margin: {x: 0.6310247, y: 0.8114332, z: 0.6439011, w: 2.3055024}
|
||||
m_textInfo:
|
||||
textComponent: {fileID: 5281466200436029242}
|
||||
characterCount: 35
|
||||
characterCount: 28
|
||||
spriteCount: 0
|
||||
spaceCount: 5
|
||||
wordCount: 6
|
||||
spaceCount: 4
|
||||
wordCount: 5
|
||||
linkCount: 0
|
||||
lineCount: 2
|
||||
pageCount: 1
|
||||
|
|
|
@ -4,5 +4,11 @@
|
|||
EditorBuildSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Scenes: []
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/SampleScene.unity
|
||||
guid: 2cda990e2423bbf4892e6590ba056729
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/TestScene2.unity
|
||||
guid: 7537e335c120a3743b6c3c0c35b29769
|
||||
m_configObjects: {}
|
||||
|
|
|
@ -18,7 +18,7 @@ MonoBehaviour:
|
|||
m_DefaultDXRScenePrefabSaved: {fileID: 0}
|
||||
m_ProjectSettingFolderPath: HDRPDefaultResources
|
||||
m_WizardPopupAtStart: 1
|
||||
m_WizardPopupAlreadyShownOnce: 0
|
||||
m_WizardPopupAlreadyShownOnce: 1
|
||||
m_WizardActiveTab: 0
|
||||
m_WizardNeedRestartAfterChangingToDX12: 0
|
||||
m_WizardNeedToRunFixAllAgainAfterDomainReload: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue