update again
This commit is contained in:
parent
54ec5433b5
commit
e7a5017dc5
|
|
@ -23600,7 +23600,7 @@ RectTransform:
|
|||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 0, y: 0.5}
|
||||
m_AnchorMax: {x: 1, y: 1}
|
||||
m_AnchoredPosition: {x: -408.97955, y: -17}
|
||||
m_AnchoredPosition: {x: -408.9795, y: -17}
|
||||
m_SizeDelta: {x: -817.96, y: -46.29}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!1 &1121370303
|
||||
|
|
@ -24767,7 +24767,7 @@ RectTransform:
|
|||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 0, y: 0.5}
|
||||
m_AnchorMax: {x: 1, y: 0.5}
|
||||
m_AnchoredPosition: {x: 0, y: 109.161095}
|
||||
m_AnchoredPosition: {x: 0, y: 105.87461}
|
||||
m_SizeDelta: {x: 0, y: 0}
|
||||
m_Pivot: {x: 0.5, y: 1}
|
||||
--- !u!114 &1154875944
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
using System;
|
||||
|
||||
public static class AppInfo {
|
||||
public const string Version = "0.0.1031";
|
||||
public static readonly DateTime Date = new DateTime(2023, 08, 10, 00, 14, 16, 744, DateTimeKind.Utc);
|
||||
public const string Version = "0.0.1039";
|
||||
public static readonly DateTime Date = new DateTime(2023, 08, 11, 16, 44, 42, 336, DateTimeKind.Utc);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,12 @@ namespace HeavenStudio
|
|||
private static Vector3 panLast;
|
||||
private static Vector3 scaleLast;
|
||||
|
||||
/*For anyone with a mac who knows how to code this stuff:
|
||||
here's a google doc with helpful sites(i think) for getting this working on mac
|
||||
https://docs.google.com/document/d/1mvHNNsXC6mo7PV6yZitpKam1fYnud7CXP73YLsebEo8/edit?usp=sharing
|
||||
good luck i cant figure this out
|
||||
*/
|
||||
|
||||
//Credit to Grizmu on the unity forums for this
|
||||
//DLL Stuff for windows
|
||||
#region WinDLLstuff
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ PlayerSettings:
|
|||
16:10: 1
|
||||
16:9: 1
|
||||
Others: 1
|
||||
bundleVersion: 0.0.1031
|
||||
bundleVersion: 0.0.1039
|
||||
preloadedAssets:
|
||||
- {fileID: 102900000, guid: 5348c08b82446e0478cee8bda6c02cfc, type: 3}
|
||||
metroInputSource: 0
|
||||
|
|
@ -158,11 +158,11 @@ PlayerSettings:
|
|||
applicationIdentifier:
|
||||
Standalone: com.RHeavenStudio.Heaven-Studio
|
||||
buildNumber:
|
||||
Standalone: 1031
|
||||
Standalone: 1039
|
||||
iPhone: 0
|
||||
tvOS: 0
|
||||
overrideDefaultApplicationIdentifier: 0
|
||||
AndroidBundleVersionCode: 1031
|
||||
AndroidBundleVersionCode: 1039
|
||||
AndroidMinSdkVersion: 22
|
||||
AndroidTargetSdkVersion: 0
|
||||
AndroidPreferredInstallLocation: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue