Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Aug 30, 2024
1 parent 0dea477 commit 3dcf94e
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 7 deletions.
87 changes: 80 additions & 7 deletions Assets/_Scenes/Game.unity
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1354,6 +1431,7 @@ RectTransform:
m_Children:
- {fileID: 1647651066}
- {fileID: 33039889}
- {fileID: 1479894680}
- {fileID: 1555166189}
- {fileID: 644523030}
m_Father: {fileID: 0}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down
Binary file modified WebGL/WebGL.data.unityweb
Binary file not shown.
Binary file modified WebGL/WebGL.wasm.code.unityweb
Binary file not shown.
Binary file modified WebGL/WebGL.wasm.framework.unityweb
Binary file not shown.

0 comments on commit 3dcf94e

Please sign in to comment.