Merge remote-tracking branch 'origin/tutorial-functionality' into Book-UI
# Conflicts: # Content/Levels/Build.umap
This commit is contained in:
commit
793e096ed5
BIN
Content/Blueprints/Combat_UI/FlashLightTutorial.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Combat_UI/FlashLightTutorial.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Game_UI/WBP_IntroText.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Game_UI/WBP_IntroText.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Player/BP_MyTempCharacter.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Player/BP_MyTempCharacter.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Fonts/Winkle-Regular.uasset
(Stored with Git LFS)
Normal file
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
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
BIN
Content/Levels/PageOpenerPrototype.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
5
Source/the_twilight_abyss/OpeningTextHandler.cpp
Normal file
5
Source/the_twilight_abyss/OpeningTextHandler.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "OpeningTextHandler.h"
|
||||
|
20
Source/the_twilight_abyss/OpeningTextHandler.h
Normal file
20
Source/the_twilight_abyss/OpeningTextHandler.h
Normal 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();
|
||||
};
|
Loading…
Reference in New Issue
Block a user