Updated BookUI to Include Element Icons

This commit is contained in:
Philip W 2023-04-25 01:07:35 +01:00
parent 34e5c78bf1
commit eb43c252af
18 changed files with 51 additions and 2 deletions

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/Azos.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/AzosFaded.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/Eis.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/EisFaded.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/Iroquoiod.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/IroquoiodFaded.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/Probertium.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Combat_UI/Iconage/ProbertiumFaded.uasset (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -30,6 +30,7 @@ void ATempCharacter::BeginPlay()
Super::BeginPlay(); Super::BeginPlay();
FirstPlayerController = GetWorld()->GetFirstPlayerController(); FirstPlayerController = GetWorld()->GetFirstPlayerController();
CombatSystem = Cast<ATurnBaseCombatV2>(GetWorld()->GetGameState());
WidgetPointer = Cast<UWidgetInteractionComponent>(this->GetComponentByClass(UWidgetInteractionComponent::StaticClass())); WidgetPointer = Cast<UWidgetInteractionComponent>(this->GetComponentByClass(UWidgetInteractionComponent::StaticClass()));
Health = 100; Health = 100;

BIN
UI designs/Azos.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/AzosFaded.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Eis.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/EisFaded.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Iroquoiod.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/IroquoiodFaded.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Probertium.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/ProbertiumFaded.png (Stored with Git LFS) Normal file

Binary file not shown.