Compare commits

...

21 Commits

Author SHA1 Message Date
meishibiezb
82995ce29b feat: 更新木桶 2026-06-03 21:18:16 +08:00
meishibiezb
7f9074740b feat: 插件更新 2026-06-03 17:25:15 +08:00
meishibiezb
6c830a7a0f feat: 增加了UI窗口和UI-控制器通信 2026-06-03 17:23:56 +08:00
meishibiezb
21b69f628e feat: 更新UI 2026-06-01 20:45:12 +08:00
meishibiezb
2fffda15eb feat: 更新插件 2026-06-01 11:28:54 +08:00
meishibiezb
cf7d32ef61 feat: 更新测试地图 2026-05-30 21:57:18 +08:00
meishibiezb
b6fbea60ad feat: 初步实现UI蓝图 2026-05-30 04:58:53 +08:00
meishibiezb
7f5a419415 Merge branch 'feat-item' 2026-05-29 17:55:15 +08:00
meishibiezb
7f49272b78 feat: 更新地图 2026-05-29 17:48:16 +08:00
meishibiezb
c4b8f4ca51 feat: 更新插件 2026-05-29 06:00:00 +08:00
TNT
cf71da3ad6 Merge branch 'dev-tnt' 2026-05-28 22:50:54 +08:00
TNT
c43cdd5d00 添加内容更新 2026-05-28 22:07:46 +08:00
meishibiezb
e9e7abff0e feat: 更新插件 2026-05-28 20:21:04 +08:00
meishibiezb
7b4e2a3e56 refactor: ,,, 2026-05-27 21:00:08 +08:00
meishibiezb
90cd31edbd Merge branch 'master' into feat-item 2026-05-27 20:59:22 +08:00
meishibiezb
ca08f14753 feat: 更新插件 2026-05-27 20:58:22 +08:00
meishibiezb
e3076f0651 feat: 插件更新 2026-05-27 20:36:20 +08:00
meishibiezb
1cf974433a feat: 更新插件 2026-05-27 01:45:29 +08:00
meishibiezb
a6bc1c665e feat: 添加.editorconfig 2026-05-26 19:58:19 +08:00
meishibiezb
de10ee17b9 feat: 更新插件 2026-05-22 00:00:05 +08:00
meishibiezb
244ad11d1c feat: 添加Item插件子模块 2026-05-21 21:22:30 +08:00
848 changed files with 1592 additions and 971 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "Plugins/CharacterControl"]
path = Plugins/CharacterControl
url = https://gitea.msbzb.xyz/meishibiezb/CharacterControl
[submodule "Plugins/Item"]
path = Plugins/Item
url = https://gitea.msbzb.xyz/meishibiezb/Item

View File

@@ -2,4 +2,7 @@
ProjectID=2986EC0E4EEBB5E464388C874F51F09C
ProjectName=First Person BP Game Template
[/Script/Item.ItemRegistrySettings]
ItemDataTables=(("TestItemDef", "/Game/Data/Item/TestItemDefTable.TestItemDefTable"))
ViewStrategies=()

View File

@@ -1,4 +1,5 @@
;METADATA=(Diff=true, UseCommands=true)
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
@@ -17,4 +18,7 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.UI.Hint",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.UI.Inventory",DevComment="")
+GameplayTagList=(Tag="Gameplay.Item.Property.Test",DevComment="")

Binary file not shown.

BIN
Content/Arts/mx/001_2.uasset LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More