add sprint, basic projection for shovel dig radius
This commit is contained in:
@@ -142,6 +142,14 @@ public bool InSceneTransition()
|
||||
return Instance.isTransitioningScenes;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get the blackscreen object reference
|
||||
/// </summary>
|
||||
public Image GetBlackScreen()
|
||||
{
|
||||
return Instance.blackScreen;
|
||||
}
|
||||
|
||||
#region Storybool Save/Load
|
||||
public void SaveStoryBools(ref StoryboolSaveData data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user