diff --git a/Content/Blueprints/Combat_UI/FlashLightTutorial.uasset b/Content/Blueprints/Combat_UI/FlashLightTutorial.uasset index 362c3ce..fc5c80d 100644 --- a/Content/Blueprints/Combat_UI/FlashLightTutorial.uasset +++ b/Content/Blueprints/Combat_UI/FlashLightTutorial.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5cdb95788741ac52c2db893f0dba22d15f5bda74e4e6830440e0ffec6fb411d +oid sha256:f284062285feeb473cc6d95dfcd69e2d8b72af399fe100d53c7ad94329d95080 size 25455 diff --git a/Content/Blueprints/Game_UI/WBP_IntroText.uasset b/Content/Blueprints/Game_UI/WBP_IntroText.uasset new file mode 100644 index 0000000..260fd6f --- /dev/null +++ b/Content/Blueprints/Game_UI/WBP_IntroText.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f1117c02bea6460c62a814f652abd971fd47a3f23b4b7720ce75afd7a27ed1 +size 47823 diff --git a/Content/Blueprints/Player/BP_MyTempCharacter.uasset b/Content/Blueprints/Player/BP_MyTempCharacter.uasset index 1b954b1..9fc680d 100644 --- a/Content/Blueprints/Player/BP_MyTempCharacter.uasset +++ b/Content/Blueprints/Player/BP_MyTempCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55e169ef1f8b60377331e585fef70a5a35e93571647922cd0269a7726b71503d -size 87299 +oid sha256:83f90e069612e01b0d62a8bb2d1fd5e087bfe5267e53ec3d42d81d6318095c5c +size 107732 diff --git a/Content/Fonts/Winkle-Regular.uasset b/Content/Fonts/Winkle-Regular.uasset new file mode 100644 index 0000000..5fd8b6b --- /dev/null +++ b/Content/Fonts/Winkle-Regular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4269cc9e3ebb04a4b588b186fc832e6f2fc44e47223627b2450eb7fb875731ee +size 48878 diff --git a/Content/Fonts/Winkle-Regular_Font.uasset b/Content/Fonts/Winkle-Regular_Font.uasset new file mode 100644 index 0000000..78ed591 --- /dev/null +++ b/Content/Fonts/Winkle-Regular_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d030b0d93827183db717e9c4917e2c4b9928fe011c7b97584dcdd0e2c29ac5 +size 6709 diff --git a/Content/Levels/PageOpenerPrototype.umap b/Content/Levels/PageOpenerPrototype.umap new file mode 100644 index 0000000..51edab2 --- /dev/null +++ b/Content/Levels/PageOpenerPrototype.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c1ae258f9a4f82899e0715eb5098ed64eb8c57bf2e861221d80c1f981b3ac3 +size 37915 diff --git a/Source/the_twilight_abyss/OpeningTextHandler.cpp b/Source/the_twilight_abyss/OpeningTextHandler.cpp new file mode 100644 index 0000000..06b1ce9 --- /dev/null +++ b/Source/the_twilight_abyss/OpeningTextHandler.cpp @@ -0,0 +1,5 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "OpeningTextHandler.h" + diff --git a/Source/the_twilight_abyss/OpeningTextHandler.h b/Source/the_twilight_abyss/OpeningTextHandler.h new file mode 100644 index 0000000..31976bc --- /dev/null +++ b/Source/the_twilight_abyss/OpeningTextHandler.h @@ -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(); +};