Merge pull request #12 from Games-Academy-Student-Work-22-23/UI-Implementation

UI implementation
This commit is contained in:
Philip W 2023-03-13 17:14:10 +00:00 committed by GitHub Enterprise
commit 56db7d3e9c
20 changed files with 53 additions and 6 deletions

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/Fonts/Adistro-8MePB.otf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Fonts/Adistro-Font.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Fonts/Adistro_Font.uasset (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -102,4 +102,6 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Widgets") UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Widgets")
UUserWidget* ImportantStats; UUserWidget* ImportantStats;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Widgets")
UUserWidget* MainMenuWidget;
}; };