From bd2326dd08a95acc833f8971acd07229894cc4ca Mon Sep 17 00:00:00 2001 From: sharon2pan <156145910+sharon2pan@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:22:20 -0400 Subject: [PATCH] added 3d interactables --- .../Illusions/GeneralizedBlueprints/ItemBP/BP_Bow.uasset | 3 +++ .../Illusions/GeneralizedBlueprints/ItemBP/BP_Meat.uasset | 3 +++ .../GeneralizedBlueprints/ItemBP/BP_MedicineBowl.uasset | 3 +++ .../GeneralizedBlueprints/ItemBP/BP_MedicinePot.uasset | 3 +++ .../Illusions/GeneralizedBlueprints/ItemBP/BP_Rice.uasset | 3 +++ .../Illusions/GeneralizedBlueprints/ItemBP/BP_Salt.uasset | 3 +++ .../GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset | 3 --- .../Content/Hwanyoung/Interactables/ItemDataTable.uasset | 4 ++-- .../Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset | 4 ++-- .../Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset | 4 ++-- .../Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset | 4 ++-- 11 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Bow.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Meat.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicineBowl.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicinePot.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Rice.uasset create mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Salt.uasset delete mode 100644 hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Bow.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Bow.uasset new file mode 100644 index 00000000..227bb6ff --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Bow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659196c224cf9d8685eda15bea441809d3b2f1d4b51034d58727239c52cb2b0d +size 39178 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Meat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Meat.uasset new file mode 100644 index 00000000..65632e0b --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Meat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b85bdd8bb8002004b3abda8d4a9034666bb485ab0f9c843f509f322fe7201b +size 40470 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicineBowl.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicineBowl.uasset new file mode 100644 index 00000000..151ba441 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicineBowl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2322801647101e1c2c61120b4ae816e2125b19a636b2190b70f9ecc03afab65d +size 40669 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicinePot.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicinePot.uasset new file mode 100644 index 00000000..9da46e13 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_MedicinePot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2ea18e772ae13cbf849b4a56c9e4d37acc1a7b6ef9f1a0c2551d9bbb683778 +size 40629 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Rice.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Rice.uasset new file mode 100644 index 00000000..40f5b241 --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Rice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e3a558078c3ad54d896961407ccacb32804ec9f4403ad42642179f719643df +size 40434 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Salt.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Salt.uasset new file mode 100644 index 00000000..26f5d80c --- /dev/null +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_Salt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9702d445f92e61598e9ebaada00e9bf4336803450bccb78911b87f4ab2d7c10b +size 41962 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset deleted file mode 100644 index d9371044..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_WaterBottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:201251437c0c8ea552e0befb061200663b9ae39a7b6c1ab3c92a1abed1898313 -size 41203 diff --git a/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset b/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset index 43e288f0..630201ae 100644 --- a/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset +++ b/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e10684653abbae9fdf5ddb11a0be352edc766ee070c0fc07296546526e32c6b -size 7345 +oid sha256:7577bacbb5238a34a0dfb1bd1294a14d3937bf791aea73d23838fbeac2ac9d8a +size 12934 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset index d5742dcf..c5bf8766 100644 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset +++ b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73cee278dd00dc7aa8b65537556f7eeccb6f66f13e62f4c5280195a9f9f20fe0 -size 366 +oid sha256:c18b0c8ac21340e2d6e577ad99608bac1aab323ee7ed5999930499942b33b40c +size 278 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset index 4cbb3082..a8f9386c 100644 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset +++ b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23a52e8b47a7fcdd49cd74fba2f88d1731031e549866056c4e3887b68df75d4c -size 300 +oid sha256:cde9365d6b1fa70cf167f4ba163cfe0246dfdbc10fcaa267bdadd867f13601bf +size 277 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset index 88eedaba..1cd11c2b 100644 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset +++ b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c2f50b2f4d374e7a41289b93f9d00e3c875bd9a757eb4f62cacb422238aa7da -size 366 +oid sha256:33558d7e5c23ffbee13b9e05e0995b4f7adc84b231d267bf9c2b69e6dfee0201 +size 277