Merge remote-tracking branch 'origin/tutorial-functionality' into Book-UI

# Conflicts:
#	Content/Levels/Build.umap
This commit is contained in:
Philip W 2023-04-20 22:30:57 +01:00
commit 793e096ed5
8 changed files with 40 additions and 3 deletions

Binary file not shown.

BIN
Content/Blueprints/Game_UI/WBP_IntroText.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
Content/Fonts/Winkle-Regular.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Fonts/Winkle-Regular_Font.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Levels/PageOpenerPrototype.umap (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,5 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "OpeningTextHandler.h"

View File

@ -0,0 +1,20 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "OpeningTextHandler.generated.h"
/**
*
*/
UCLASS()
class THE_TWILIGHT_ABYSS_API UOpeningTextHandler : public UUserWidget
{
GENERATED_BODY()
public:
// Sets default values for this actor's properties
UOpeningTextHandler();
};