Skip to content

Commit

Permalink
Build finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Requena21 committed Nov 1, 2021
1 parent a3b9a0d commit b1e6217
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 192 deletions.
15 changes: 15 additions & 0 deletions XO Rivals/Assets/Scenes/Login.unity
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ GameObject:
m_Component:
- component: {fileID: 60405591}
- component: {fileID: 60405592}
- component: {fileID: 60405593}
m_Layer: 0
m_Name: '@GameManager'
m_TagString: Untagged
Expand Down Expand Up @@ -311,6 +312,20 @@ MonoBehaviour:
NumFilled: 0
Chips: []
MiniGameChosen: 0
--- !u!114 &60405593
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 60405590}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: b7e93108cbbc0ad4395eb813fd08bbde, type: 3}
m_Name:
m_EditorClassIdentifier:
_gameManager: {fileID: 60405592}
isMobile: 0
--- !u!1 &64042870
GameObject:
m_ObjectHideFlags: 0
Expand Down
4 changes: 2 additions & 2 deletions XO Rivals/Assets/Scripts/WebGLChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ void Start()
if (isMobile) //PLAYING ON MOBILE
{
_gameManager.IsWebGLMobile = true;
_gameManager.updateLog("MOBILE");
//_gameManager.updateLog("MOBILE");
}
else //PLAYING ON PC
{
_gameManager.IsWebGLMobile = false;
_gameManager.updateLog("PC");
//_gameManager.updateLog("PC");
}
}
#endregion
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions XO Rivals/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ PlayerSettings:
- {fileID: 0}
- {fileID: 0}
- {fileID: 0}
- {fileID: 0}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down

0 comments on commit b1e6217

Please sign in to comment.