|
|
@ -90,10 +90,8 @@ namespace Fungus |
|
|
|
return new Color32(184, 210, 235, 255); |
|
|
|
return new Color32(184, 210, 235, 255); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
#region ILocalizable implementation |
|
|
|
// ILocalizable implementation |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public virtual string GetStandardText() |
|
|
|
public virtual string GetStandardText() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return text; |
|
|
|
return text; |
|
|
@ -114,5 +112,7 @@ namespace Fungus |
|
|
|
// String id for Menu commands is MENU.<Localization Id>.<Command id> |
|
|
|
// String id for Menu commands is MENU.<Localization Id>.<Command id> |
|
|
|
return "MENU." + GetFlowchartLocalizationId() + "." + itemId; |
|
|
|
return "MENU." + GetFlowchartLocalizationId() + "." + itemId; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |