com.typhoon.unitysdk 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,7 +159,7 @@ namespace TyphoonUnitySDK
159
159
 
160
160
  /*绘制菜单栏*/
161
161
  var rectPos = rectLeftMenu;
162
- rectPos.y = rectSearch.yMax;
162
+ rectPos.y = rectSearch.yMax+4;
163
163
  rectPos.height = rectLeftMenu.yMax - rectPos.y;
164
164
  GUILayout.BeginArea(rectPos);
165
165
  rectPos.x = 0;
@@ -206,7 +206,7 @@ namespace TyphoonUnitySDK
206
206
  var lockRect = rectItem;
207
207
  lockRect.width = 60;
208
208
  lockRect.x = rectItem.xMax - lockRect.width;
209
- GUI.Label(lockRect,"未开放");
209
+ GUI.Label(lockRect,"未开放",Styles.rlabel_italic);
210
210
  }
211
211
  }
212
212
 
@@ -1910,7 +1910,7 @@ MonoBehaviour:
1910
1910
  m_Font: {fileID: 0}
1911
1911
  m_FontSize: 12
1912
1912
  m_FontStyle: 2
1913
- m_Alignment: 0
1913
+ m_Alignment: 3
1914
1914
  m_WordWrap: 0
1915
1915
  m_RichText: 0
1916
1916
  m_TextClipping: 1
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.11","description":"unity端个汇总渠道的sdk,统一接口,一键发布","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.12","description":"unity端个汇总渠道的sdk,统一接口,一键发布","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}