Update investor demo versioning
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
float NoticeDurationSeconds = 9.0f;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.01"));
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.1.0 - Build 2026.05.15"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText DemoNotice = FText::FromString(TEXT("Beta prototype build - not for public distribution"));
|
||||
@@ -39,4 +39,3 @@ private:
|
||||
|
||||
void RemoveNotice();
|
||||
};
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ public:
|
||||
FText Motto = FText::FromString(TEXT("What survives after you are gone?"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.01"));
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.1.0 - Build 2026.05.15"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText DemoNotice = FText::FromString(TEXT("Beta prototype build - not for public distribution"));
|
||||
@@ -44,4 +44,3 @@ private:
|
||||
const FSlateFontInfo& Font,
|
||||
const FLinearColor& Color) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user