Import More Groceries Props into Engine

This commit is contained in:
Philip W 2024-01-27 19:24:28 +00:00
parent 6d14939dce
commit 47451a9d6a
52 changed files with 153 additions and 2 deletions

BIN
SeagullGame/Content/Items/BPI_ToiletRoll.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Items/BPI_ToiletRoll_NP.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Mart.umap (Stored with Git LFS)

Binary file not shown.

BIN
SeagullGame/Content/Props/Crisp_pack_blue.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Crisp_pack_green.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Crisp_pack_red.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Crisp_pack_yellow.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Pringles_blue.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Pringles_green.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Pringles_red.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/M_PropFood.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/Textures/M_PropLiquid.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SeagullGame/Content/Props/chocolate_bar_vegimite.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/chocolate_caramel.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/chocolate_milk.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/chocolate_pink.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/coke_2L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/coke_bottle.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/coke_can.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/coke_can_L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/diet_coke_can.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/diet_coke_can_L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/domestos.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/fairy_liquid.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/fanta_2L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/fanta_bottle.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/fanta_can.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/fanta_can_L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/label_1_50.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/label_1_89.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/pepsi_2L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/pepsi_can.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/pepsi_can_L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/sprite_2L.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/sprite_bottle.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/toblerone1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/wine_bottle_Bare_foot.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/wine_bottle_baileys.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/wine_bottle_red.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/wine_bottle_tall_bare_foot.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/wine_bottle_tall_red.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/wine_bottle_tall_red_yellow.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SeagullGame/Content/Props/wine_bottle_tall_yellow.uasset (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -14,6 +14,7 @@ enum class EItemType : uint8
Banana UMETA(DisplayName = "Banana"),
Bread UMETA(DisplayName = "Bread"),
Baguette UMETA(DisplayName = "Baguette"),
ToiletRoll UMETA(DisplayName = "ToiletRoll"),
};
UCLASS()