Added TutorialText to game

added a ui and made it appear at the start of the game
This commit is contained in:
MARCEL HARA 2023-04-17 17:33:40 +01:00
parent 60fa3a720b
commit c412e8c163
8 changed files with 40 additions and 3 deletions

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28f1117c02bea6460c62a814f652abd971fd47a3f23b4b7720ce75afd7a27ed1
size 47823

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();
};