This commit is contained in:
2023-07-25 21:42:30 +02:00
parent 4bcfa07f5a
commit 6b23098dd3
32 changed files with 17 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -46,6 +46,23 @@ struct FIREWORKDUELS_API FLevelData
UPROPERTY(EditAnywhere, BlueprintReadWrite)
TSoftClassPtr<ALevelTemplate> LevelTemplateClass;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
float OneStarTime = 120.f;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
float TwoStarTime = 90.f;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
float ThreeStarTime = 75.f;
};
// LevelSaveData
USTRUCT(BlueprintType)
struct FIREWORKDUELS_API FLevelSaveData
{
GENERATED_BODY()
UPROPERTY(EditAnywhere, BlueprintReadWrite)
bool IsUnlocked = false;