From 981d34b6e1d31ba78e3eede03af292298104f62b Mon Sep 17 00:00:00 2001 From: 7heIVIaze Date: Fri, 2 May 2025 23:57:48 +0900 Subject: [PATCH] Improve dialogue system and mana Made Dialogue Button to skip and go next line, and add mana use function to have boolean value return --- .../PlayerCharacter/BP_HYPlayerCharacController.uasset | 4 ++-- .../Character/PlayerCharacter/BP_PlayerCharacterBase.uasset | 4 ++-- .../PlayerCharacter/Playables/Haesol/BP_Haesol.uasset | 4 ++-- .../SystemBP/DialogueableSystem/BP_DialogueComponent.uasset | 4 ++-- .../SystemBP/DialogueableSystem/DT_DiaglueTable.uasset | 2 +- .../SystemBP/MPSystem/AC_MPSystem.uasset | 4 ++-- hwanyoung2/Content/Hwanyoung/Levels/Sprink_TEST.umap | 2 +- .../Hwanyoung/UI/Dialogue_HUD/BP_DialogueOptionWidget.uasset | 4 ++-- .../Hwanyoung/UI/Dialogue_HUD/BP_DialogueWidget.uasset | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset index d3880e0b..60093605 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0959718788f3a09685c701d890585648c19bebfa9c69944c750c895fb529526d -size 274411 +oid sha256:475d68d66c9e73c1f4ba714bdfe41ea8775f08ae988301d1424f2413d92c4a3e +size 275254 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset index 3f8e3ec7..2139844d 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f3b686791637df940bd244628025b72fe23c2fe5a91a2c7556019ca5f311181 -size 628620 +oid sha256:5d48e06275c895f35a5c1778a99346ed8a8d12d1bbc2a3f74cf6d77286cd7dde +size 627005 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset index 7dbc9197..4f26f5e6 100644 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset +++ b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:075916aba2a952cca7b9cb55b3fa356cc68c97c4de8f8862b334e9a7228942d8 -size 1694601 +oid sha256:8420ca6a3eb1016e17ec65cb8c5ce3515b7c747f357c67166c4b5184ae974e9d +size 1682417 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/BP_DialogueComponent.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/BP_DialogueComponent.uasset index 10d8e5b0..96cc2f59 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/BP_DialogueComponent.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/BP_DialogueComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51685cde434757f5fbce8945642988ef189971404ec715d314d91da280ceb355 -size 263981 +oid sha256:f2b96767a77ebc37f72d6191f16179dba83efb8baea71ed23780366a2c653824 +size 272917 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/DT_DiaglueTable.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/DT_DiaglueTable.uasset index 55efef3a..a426b77d 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/DT_DiaglueTable.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/DialogueableSystem/DT_DiaglueTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f325aad149fd61c9bd14e0e156786e08256187c70d4a27a42850448fbbfc7f3 +oid sha256:4e6ae6525344a6e259c235012a40db76f11420c1a621467556ad879a19a91796 size 16251 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/AC_MPSystem.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/AC_MPSystem.uasset index ae5b38d8..3f47f895 100644 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/AC_MPSystem.uasset +++ b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/AC_MPSystem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0963a25bda14df225abdb939a77a8bea003b5c2b68e910188ca7742d85f0de7a -size 117814 +oid sha256:17875b67865ea0da0722ea58f76f1c84d8824556f7c247c86cf802ab28f1e502 +size 123787 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Sprink_TEST.umap b/hwanyoung2/Content/Hwanyoung/Levels/Sprink_TEST.umap index 51443bd5..497d474b 100644 --- a/hwanyoung2/Content/Hwanyoung/Levels/Sprink_TEST.umap +++ b/hwanyoung2/Content/Hwanyoung/Levels/Sprink_TEST.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da2fc09234434a67bfabcd7f8a37bd4e0822a1cb70aa8fe1c96d561e0586d007 +oid sha256:5030d710b12e18defb21a18fe709e123e75894110d0ca674ba35e59a2659a4ee size 21479234 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueOptionWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueOptionWidget.uasset index e27cb08f..6f66ff47 100644 --- a/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueOptionWidget.uasset +++ b/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueOptionWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0714be582b53ca3e83318ce757a45da6d0997ce06accf1f718114e79906d89d -size 64888 +oid sha256:9d78b31c3dd68df60be13a48e4753a0c90b1d94aa68a0328c2fd1ea6efc3237f +size 65322 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueWidget.uasset index d9bc53c0..fd4449cc 100644 --- a/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueWidget.uasset +++ b/hwanyoung2/Content/Hwanyoung/UI/Dialogue_HUD/BP_DialogueWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fcf1d97c921ced30709e0ea71e3b13971b224bcfdd304cbde6f6a1582ab33cb -size 98321 +oid sha256:f0ebcd8c58f6ef2b763b76e8ba2e24c4813119794d024aac21836ba2c15004cf +size 224529