Merge branch 'feat-item'
This commit is contained in:
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
|||||||
[submodule "Plugins/CharacterControl"]
|
[submodule "Plugins/CharacterControl"]
|
||||||
path = Plugins/CharacterControl
|
path = Plugins/CharacterControl
|
||||||
url = https://gitea.msbzb.xyz/meishibiezb/CharacterControl
|
url = https://gitea.msbzb.xyz/meishibiezb/CharacterControl
|
||||||
|
[submodule "Plugins/Item"]
|
||||||
|
path = Plugins/Item
|
||||||
|
url = https://gitea.msbzb.xyz/meishibiezb/Item
|
||||||
|
|||||||
@@ -2,4 +2,7 @@
|
|||||||
ProjectID=2986EC0E4EEBB5E464388C874F51F09C
|
ProjectID=2986EC0E4EEBB5E464388C874F51F09C
|
||||||
ProjectName=First Person BP Game Template
|
ProjectName=First Person BP Game Template
|
||||||
|
|
||||||
|
[/Script/Item.ItemRegistrySettings]
|
||||||
|
ItemDataTables=(("TestItemDef", "/Game/Data/Item/TestItemDefTable.TestItemDefTable"))
|
||||||
|
ViewStrategies=()
|
||||||
|
|
||||||
|
|||||||
@@ -17,4 +17,5 @@ NetIndexFirstBitSegment=16
|
|||||||
+GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="")
|
+GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="")
|
||||||
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
|
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
|
||||||
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
|
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
|
||||||
|
+GameplayTagList=(Tag="Gameplay.Item.Property.Test",DevComment="")
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
Content/Blueprints/Playground/BP_Bomb.uasset
LFS
Normal file
BIN
Content/Blueprints/Playground/BP_Bomb.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Blueprints/Playground/BP_DropItemInvComp.uasset
LFS
Normal file
BIN
Content/Blueprints/Playground/BP_DropItemInvComp.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/地图关卡/Playground.umap
LFS
BIN
Content/地图关卡/Playground.umap
LFS
Binary file not shown.
1
Plugins/Item
Submodule
1
Plugins/Item
Submodule
Submodule Plugins/Item added at 05ff0714e1
Reference in New Issue
Block a user