7 changed files with 45 additions and 25 deletions
@ -0,0 +1,23 @@ |
|||||||
|
namespace Fungus |
||||||
|
{ |
||||||
|
/// <summary> |
||||||
|
/// Global constants used in various parts of Fungus. |
||||||
|
/// </summary> |
||||||
|
public static class FungusConstants |
||||||
|
{ |
||||||
|
/// <summary> |
||||||
|
/// Duration of fade for executing icon displayed beside blocks & commands. |
||||||
|
/// </summary> |
||||||
|
public const float ExecutingIconFadeTime = 0.5f; |
||||||
|
|
||||||
|
/// <summary> |
||||||
|
/// The current version of the Flowchart. Used for updating components. |
||||||
|
/// </summary> |
||||||
|
public const int CurrentVersion = 1; |
||||||
|
|
||||||
|
/// <summary> |
||||||
|
/// The name of the initial block in a new flowchart. |
||||||
|
/// </summary> |
||||||
|
public const string DefaultBlockName = "New Block"; |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,12 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: f5c033627e6d6426ebdf267bb6b6a242 |
||||||
|
timeCreated: 1474040740 |
||||||
|
licenseType: Free |
||||||
|
MonoImporter: |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
Loading…
Reference in new issue