diff --git a/Assets/_Scenes/Game.unity b/Assets/_Scenes/Game.unity index 1c05367..a62bc1a 100644 --- a/Assets/_Scenes/Game.unity +++ b/Assets/_Scenes/Game.unity @@ -479,7 +479,7 @@ PrefabInstance: - target: {fileID: 3802334185838391942, guid: e1354bcaa4d35cab5990f9494368254e, type: 3} propertyPath: m_RootOrder - value: 3 + value: 4 objectReference: {fileID: 0} - target: {fileID: 3802334185838391942, guid: e1354bcaa4d35cab5990f9494368254e, type: 3} @@ -914,6 +914,83 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_AllowSwitchOff: 0 +--- !u!1 &1479894679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1479894680} + - component: {fileID: 1479894682} + - component: {fileID: 1479894681} + m_Layer: 5 + m_Name: Option tip + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1479894680 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1479894679} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2063312468} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 280, y: 50} + m_SizeDelta: {x: 500, y: 40} + m_Pivot: {x: 0.5, y: 1} +--- !u!114 &1479894681 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1479894679} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.7830189, g: 0.7830189, b: 0.7830189, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: 3ac27f0ad45ec369bb19a0f95ad724c9, type: 3} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 64 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: press esc for options +--- !u!222 &1479894682 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1479894679} + m_CullTransparentMesh: 0 --- !u!1 &1555166188 stripped GameObject: m_CorrespondingSourceObject: {fileID: 961001447232347192, guid: 1db75914515d9576890227805a8e4f99, @@ -1354,6 +1431,7 @@ RectTransform: m_Children: - {fileID: 1647651066} - {fileID: 33039889} + - {fileID: 1479894680} - {fileID: 1555166189} - {fileID: 644523030} m_Father: {fileID: 0} @@ -1399,7 +1477,7 @@ PrefabInstance: - target: {fileID: 961001447232347193, guid: 1db75914515d9576890227805a8e4f99, type: 3} propertyPath: m_RootOrder - value: 2 + value: 3 objectReference: {fileID: 0} - target: {fileID: 961001447232347193, guid: 1db75914515d9576890227805a8e4f99, type: 3} @@ -1658,11 +1736,6 @@ PrefabInstance: propertyPath: musicToggle value: objectReference: {fileID: 644523032} - - target: {fileID: 9175822297736086646, guid: 8c333de40ae158fdeb4abff8fdfac6cb, - type: 3} - propertyPath: winningScore - value: 1 - objectReference: {fileID: 0} - target: {fileID: 9175822297736086647, guid: 8c333de40ae158fdeb4abff8fdfac6cb, type: 3} propertyPath: m_LocalPosition.x diff --git a/WebGL/WebGL.data.unityweb b/WebGL/WebGL.data.unityweb index 1aa1129..c42651b 100644 Binary files a/WebGL/WebGL.data.unityweb and b/WebGL/WebGL.data.unityweb differ diff --git a/WebGL/WebGL.wasm.code.unityweb b/WebGL/WebGL.wasm.code.unityweb index 19a06df..282b6e1 100644 Binary files a/WebGL/WebGL.wasm.code.unityweb and b/WebGL/WebGL.wasm.code.unityweb differ diff --git a/WebGL/WebGL.wasm.framework.unityweb b/WebGL/WebGL.wasm.framework.unityweb index 92d34d6..dd5574f 100644 Binary files a/WebGL/WebGL.wasm.framework.unityweb and b/WebGL/WebGL.wasm.framework.unityweb differ