changes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@ public class EventControls : MonoBehaviour
|
|||||||
|
|
||||||
private bool eventDrawn = false;
|
private bool eventDrawn = false;
|
||||||
private bool eventTriggered = false;
|
private bool eventTriggered = false;
|
||||||
private float eventCycleInSeconds = 3.5f;
|
private float eventCycleInSeconds = 2.8f;
|
||||||
private int eventCycleAccumalator = 0;
|
private int eventCycleAccumalator = 0;
|
||||||
private int tileMapClearDelayAccumalator = 0;
|
private int tileMapClearDelayAccumalator = 0;
|
||||||
private EventControlTile currentEventControl;
|
private EventControlTile currentEventControl;
|
||||||
|
|||||||
@@ -289,6 +289,6 @@ public class Player : MonoBehaviour
|
|||||||
|
|
||||||
public float GetStaminaDifficultyFactor()
|
public float GetStaminaDifficultyFactor()
|
||||||
{
|
{
|
||||||
return Mathf.Clamp(currentStamina / (startStamina * 1f), 0.4f, 1);
|
return Mathf.Clamp(currentStamina / (startStamina * 1f), 0.1f, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,9 @@ GraphicsSettings:
|
|||||||
- {fileID: 4800000, guid: 26bd9892d27d0114b93df1dacce3b21d, type: 3}
|
- {fileID: 4800000, guid: 26bd9892d27d0114b93df1dacce3b21d, type: 3}
|
||||||
- {fileID: 4800000, guid: b310eee2f93ac2d46aa921a01dd77ef8, type: 3}
|
- {fileID: 4800000, guid: b310eee2f93ac2d46aa921a01dd77ef8, type: 3}
|
||||||
- {fileID: 4800000, guid: e44bf8be36890b74081d936df1a0c129, type: 3}
|
- {fileID: 4800000, guid: e44bf8be36890b74081d936df1a0c129, type: 3}
|
||||||
|
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
|
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
|
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
m_PreloadedShaders: []
|
m_PreloadedShaders: []
|
||||||
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
|
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ PlayerSettings:
|
|||||||
androidRenderOutsideSafeArea: 1
|
androidRenderOutsideSafeArea: 1
|
||||||
androidUseSwappy: 0
|
androidUseSwappy: 0
|
||||||
androidBlitType: 1
|
androidBlitType: 1
|
||||||
defaultIsNativeResolution: 0
|
defaultIsNativeResolution: 1
|
||||||
macRetinaSupport: 0
|
macRetinaSupport: 0
|
||||||
runInBackground: 0
|
runInBackground: 0
|
||||||
captureSingleScreen: 1
|
captureSingleScreen: 1
|
||||||
@@ -94,7 +94,7 @@ PlayerSettings:
|
|||||||
visibleInBackground: 1
|
visibleInBackground: 1
|
||||||
allowFullscreenSwitch: 1
|
allowFullscreenSwitch: 1
|
||||||
graphicsJobMode: 0
|
graphicsJobMode: 0
|
||||||
fullscreenMode: 3
|
fullscreenMode: 1
|
||||||
xboxSpeechDB: 0
|
xboxSpeechDB: 0
|
||||||
xboxEnableHeadOrientation: 0
|
xboxEnableHeadOrientation: 0
|
||||||
xboxEnableGuest: 0
|
xboxEnableGuest: 0
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
UnityConnectSettings:
|
UnityConnectSettings:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
m_Enabled: 0
|
m_Enabled: 1
|
||||||
m_TestMode: 0
|
m_TestMode: 0
|
||||||
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
|
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
|
||||||
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
|
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
|
||||||
|
|||||||
Reference in New Issue
Block a user