Compare commits
46 Commits
c785a5770c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82995ce29b | ||
|
|
7f9074740b | ||
|
|
6c830a7a0f | ||
|
|
21b69f628e | ||
|
|
2fffda15eb | ||
|
|
cf7d32ef61 | ||
|
|
b6fbea60ad | ||
|
|
7f5a419415 | ||
|
|
7f49272b78 | ||
|
|
c4b8f4ca51 | ||
| cf71da3ad6 | |||
| c43cdd5d00 | |||
|
|
e9e7abff0e | ||
|
|
7b4e2a3e56 | ||
|
|
90cd31edbd | ||
|
|
ca08f14753 | ||
|
|
e3076f0651 | ||
|
|
1cf974433a | ||
|
|
a6bc1c665e | ||
|
|
1b7486c242 | ||
|
|
60f56a0e2f | ||
|
|
9655483ea4 | ||
|
|
f728674cb0 | ||
|
|
c2e97f7061 | ||
|
|
de10ee17b9 | ||
| 337b5f4822 | |||
| c239f53239 | |||
|
|
244ad11d1c | ||
|
|
d58db787ba | ||
| 8325ab314d | |||
| c8beabb44b | |||
| 77a51c3c70 | |||
|
|
aed2bb913e | ||
|
|
0728d60e52 | ||
|
|
76e0e6e56a | ||
|
|
16f6963903 | ||
|
|
96af7b6ecd | ||
|
|
6ab832679c | ||
|
|
9e149c124c | ||
|
|
a8b6bfd772 | ||
|
|
ff80ed2a20 | ||
|
|
4b43dc8d01 | ||
|
|
8eb694d506 | ||
|
|
b8416f176d | ||
| 341c6db348 | |||
| 1a0df8ef99 |
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
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,3 +1,9 @@
|
||||
[submodule "Plugins/Dialog"]
|
||||
path = Plugins/Dialog
|
||||
url = https://gitea.msbzb.xyz/meishibiezb/Dialog.git
|
||||
[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
|
||||
|
||||
@@ -2,4 +2,7 @@
|
||||
ProjectID=2986EC0E4EEBB5E464388C874F51F09C
|
||||
ProjectName=First Person BP Game Template
|
||||
|
||||
[/Script/Item.ItemRegistrySettings]
|
||||
ItemDataTables=(("TestItemDef", "/Game/Data/Item/TestItemDefTable.TestItemDefTable"))
|
||||
ViewStrategies=()
|
||||
|
||||
|
||||
24
Config/DefaultGameplayTags.ini
Normal file
24
Config/DefaultGameplayTags.ini
Normal file
@@ -0,0 +1,24 @@
|
||||
;METADATA=(Diff=true, UseCommands=true)
|
||||
|
||||
[/Script/GameplayTags.GameplayTagsSettings]
|
||||
ImportTagsFromConfig=True
|
||||
WarnOnInvalidTags=True
|
||||
ClearInvalidTags=False
|
||||
AllowEditorTagUnloading=True
|
||||
AllowGameTagUnloading=False
|
||||
FastReplication=False
|
||||
bDynamicReplication=False
|
||||
InvalidTagCharacters="\"\',"
|
||||
NumBitsForContainerSize=6
|
||||
NetIndexFirstBitSegment=16
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Camera.Move",DevComment="")
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Camera.Reset",DevComment="")
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Camera.Rotate",DevComment="")
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Camera.Zoom",DevComment="")
|
||||
+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="")
|
||||
|
||||
BIN
Content/Arts/UI/纹理/Vector.uasset
LFS
Normal file
BIN
Content/Arts/UI/纹理/Vector.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/纹理/血条框1.uasset
LFS
Normal file
BIN
Content/Arts/UI/纹理/血条框1.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/纹理/资金底框.uasset
LFS
Normal file
BIN
Content/Arts/UI/纹理/资金底框.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/血条/环型血条.uasset
LFS
Normal file
BIN
Content/Arts/UI/血条/环型血条.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/血条/环型血条_Inst.uasset
LFS
Normal file
BIN
Content/Arts/UI/血条/环型血条_Inst.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.
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.
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
Reference in New Issue
Block a user