Skip to content

Commit

Permalink
compo
Browse files Browse the repository at this point in the history
  • Loading branch information
thquinn committed May 1, 2023
1 parent a5a3c8f commit 36ecdd3
Show file tree
Hide file tree
Showing 31 changed files with 1,559 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Assets/Materials/Clock.mat
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Material:
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
- _Revealed: 1
- _Revealed: 0.74706334
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/BlockExampleImage.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.85490197, g: 0.90588236, b: 1, a: 1}
m_Color: {r: 0.5990566, g: 0.73992854, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
Expand Down
105 changes: 105 additions & 0 deletions Assets/Prefabs/Fade Out.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &8793186212950176037
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 9069988056045146871}
- component: {fileID: 4808071465155177006}
- component: {fileID: 8218719027482933557}
- component: {fileID: 2483597276463028650}
- component: {fileID: 8085469707351998590}
m_Layer: 5
m_Name: Fade Out
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &9069988056045146871
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8793186212950176037}
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4808071465155177006
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8793186212950176037}
m_CullTransparentMesh: 1
--- !u!114 &8218719027482933557
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8793186212950176037}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0, g: 0, b: 0, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 0}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!225 &2483597276463028650
CanvasGroup:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8793186212950176037}
m_Enabled: 1
m_Alpha: 0
m_Interactable: 1
m_BlocksRaycasts: 1
m_IgnoreParentGroups: 0
--- !u!114 &8085469707351998590
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8793186212950176037}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d543f041cf5df864e8be2e52142ea767, type: 3}
m_Name:
m_EditorClassIdentifier:
canvasGroup: {fileID: 2483597276463028650}
7 changes: 7 additions & 0 deletions Assets/Prefabs/Fade Out.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Assets/Prefabs/Zone Indicator.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.3537736, g: 0.5691825, b: 1, a: 1}
m_Color: {r: 0.25943398, g: 0.5062894, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
Expand Down Expand Up @@ -93,7 +93,6 @@ MonoBehaviour:
prefabOminoExample: {fileID: 3181998297985640073, guid: 592cbf3f59e82f64ea62982cfe0a6e3d, type: 3}
canvasGroup: {fileID: 6378848682140801496}
rt: {fileID: 6378848682140801499}
rtArrowAnchor: {fileID: 0}
--- !u!225 &6378848682140801496
CanvasGroup:
m_ObjectHideFlags: 0
Expand Down
Binary file added Assets/SFX/wind.ogg
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/SFX/wind.ogg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36ecdd3

Please sign in to comment.