UI base made
This commit is contained in:
@@ -11,7 +11,8 @@ Material:
|
||||
m_Shader: {fileID: 4800000, guid: 68e6db2ebdc24f95958faec2be5558d6, type: 3}
|
||||
m_Parent: {fileID: 0}
|
||||
m_ModifiedSerializedProperties: 0
|
||||
m_ValidKeywords: []
|
||||
m_ValidKeywords:
|
||||
- UNDERLAY_ON
|
||||
m_InvalidKeywords: []
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
@@ -70,12 +71,12 @@ Material:
|
||||
- _OutlineSoftness: 0
|
||||
- _OutlineUVSpeedX: 0
|
||||
- _OutlineUVSpeedY: 0
|
||||
- _OutlineWidth: 0
|
||||
- _OutlineWidth: 0.3
|
||||
- _PerspectiveFilter: 0.875
|
||||
- _Reflectivity: 10
|
||||
- _ScaleRatioA: 1
|
||||
- _ScaleRatioB: 1
|
||||
- _ScaleRatioC: 1
|
||||
- _ScaleRatioA: 0.8333333
|
||||
- _ScaleRatioB: 0.6770833
|
||||
- _ScaleRatioC: 0.6770833
|
||||
- _ScaleX: 1
|
||||
- _ScaleY: 1
|
||||
- _ShaderFlags: 0
|
||||
@@ -89,8 +90,8 @@ Material:
|
||||
- _TextureHeight: 512
|
||||
- _TextureWidth: 512
|
||||
- _UnderlayDilate: 0
|
||||
- _UnderlayOffsetX: 0
|
||||
- _UnderlayOffsetY: 0
|
||||
- _UnderlayOffsetX: 1
|
||||
- _UnderlayOffsetY: -1
|
||||
- _UnderlaySoftness: 0
|
||||
- _VertexOffsetX: 0
|
||||
- _VertexOffsetY: 0
|
||||
@@ -120,9 +121,9 @@ MonoBehaviour:
|
||||
m_Script: {fileID: 11500000, guid: 71c1514a6bd24e1e882cebbe1904ce04, type: 3}
|
||||
m_Name: LuckiestGuy-Regular SDF
|
||||
m_EditorClassIdentifier:
|
||||
hashCode: 0
|
||||
hashCode: -1536617929
|
||||
material: {fileID: -3238282194751116107}
|
||||
materialHashCode: 0
|
||||
materialHashCode: 684492983
|
||||
m_Version: 1.1.0
|
||||
m_SourceFontFileGUID: 23252645615dc1d49bfdf51156ee4d42
|
||||
m_SourceFontFile_EditorRef: {fileID: 12800000, guid: 23252645615dc1d49bfdf51156ee4d42, type: 3}
|
||||
|
||||
@@ -29,6 +29,10 @@ public class ClickButton : MonoBehaviour, IPointerDownHandler, IPointerUpHandler
|
||||
|
||||
}
|
||||
|
||||
public void IWasClicked()
|
||||
{
|
||||
Debug.Log("Clicked");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user