Compare commits
128 Commits
parry
...
552b32ed56
Author | SHA1 | Date | |
---|---|---|---|
552b32ed56 | |||
5987dbc276 | |||
28dcf82cca | |||
08606779a8 | |||
34ddeeea05 | |||
4480f56677 | |||
45a8be233a | |||
1a8f87f2ec | |||
4c233c7d0b | |||
545e81dcdc | |||
e150ec9cba | |||
2d2091cf61 | |||
bfcdb6dce7 | |||
d702c69825 | |||
1722586de6 | |||
c3962e90ec | |||
8508737b87 | |||
5c115be210 | |||
7f32a3b61f | |||
1b17df5282 | |||
f385e0049b | |||
e17418ac4a | |||
5c975ddaa9 | |||
c2d22e51bd | |||
851b20c1c3 | |||
8f900dcb23 | |||
064b2f94ba | |||
bf4a070fe7 | |||
4e1bfa8a37 | |||
9c16d978ff | |||
494bbedc21 | |||
330455f8f5 | |||
8d524dbdc4 | |||
6675002723 | |||
40ee5a6f31 | |||
06bb0cfcf0 | |||
df4c6c1cb7 | |||
e4427e3766 | |||
0ec37c8330 | |||
44c26b224c | |||
25e40d5316 | |||
f3b7524759 | |||
a245a4dae9 | |||
132903cbb7 | |||
fb9eec0c9e | |||
ad6fb1ba83 | |||
4b42d5c89e | |||
bd7ade3fc1 | |||
3c6aa5bb7e | |||
45dc63bf4a | |||
0c9635888b | |||
b62ed9bfdb | |||
08a405291b | |||
04d450983e | |||
74d2963555 | |||
a9519afac4 | |||
f267b0ecdf | |||
8f23fc4e2d | |||
52d82da085 | |||
8ee9e62e54 | |||
c083287628 | |||
92ed906280 | |||
408fc32428 | |||
9740034248 | |||
4fc9e27698 | |||
ac984d5157 | |||
1421dd6ae6 | |||
737bc62fe5 | |||
28332dbe0e | |||
dea770ee9f | |||
7c4bb831bf | |||
ec6b803adb | |||
a5d5a9fd3e | |||
0c3cd7ab3a | |||
3d2f3e88c6 | |||
4f79e5a8d4 | |||
6c49be6280 | |||
3f6b68725d | |||
0c8829323c | |||
e9a7f1bc2c | |||
0a17fb80f6 | |||
0e512b445a | |||
f96ea537fa | |||
b4f71c27b8 | |||
497f3f31a4 | |||
54f7aff2d0 | |||
3264430bb2 | |||
baf7392373 | |||
c4e2bb9ab6 | |||
b9c1b7269b | |||
6503a15916 | |||
5bf8426d88 | |||
b420d87b72 | |||
5b3e5c3674 | |||
8461968ab4 | |||
aff36733c6 | |||
276e16590e | |||
9d6106ab4c | |||
e6b443cf1f | |||
1d8fb26b83 | |||
e57fd047db | |||
da0ae7e07c | |||
08d0b66a75 | |||
df1e820ba5 | |||
34c344ffad | |||
b178e55e79 | |||
0cb5fdfa98 | |||
e7ae8a7f0e | |||
f9a0194149 | |||
231bc1b8f5 | |||
2a5fdd4700 | |||
a6ea626c68 | |||
46bb5b40d7 | |||
ee99037e92 | |||
eb937fb3ad | |||
05e8cbd1e3 | |||
ac52b1992f | |||
e2af4eacd5 | |||
3c9526d01f | |||
889f3e5aa2 | |||
f405d04ccd | |||
575119e19f | |||
1ff6c2a4ba | |||
d7a45525b1 | |||
13ed01c467 | |||
5f729f6136 | |||
c22b3f72df | |||
59ba61ebe4 |
13
.gitattributes
vendored
13
.gitattributes
vendored
@ -1,13 +0,0 @@
|
||||
# UE file types
|
||||
*.uasset filter=lfs diff=lfs merge=lfs -text binary
|
||||
*.umap filter=lfs diff=lfs merge=lfs -text binary
|
||||
|
||||
# Raw Content types
|
||||
*.fbx filter=lfs diff=lfs merge=lfs -text
|
||||
*.3ds filter=lfs diff=lfs merge=lfs -text
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
*.xcf filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
94
.gitignore
vendored
94
.gitignore
vendored
@ -1,94 +0,0 @@
|
||||
# ---> UnrealEngine
|
||||
# Visual Studio 2015 user specific files
|
||||
.vs/
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.ipa
|
||||
|
||||
# These project files can be generated by the engine
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
*.sln
|
||||
*.suo
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
|
||||
# Precompiled Assets
|
||||
SourceArt/**/*.png
|
||||
SourceArt/**/*.tga
|
||||
|
||||
# Binary Files
|
||||
Binaries/*
|
||||
Plugins/*/Binaries/*
|
||||
|
||||
# Builds
|
||||
Build/*
|
||||
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||
!Build/*/
|
||||
Build/*/**
|
||||
!Build/*/PakBlacklist*.txt
|
||||
|
||||
# Don't ignore icon files in Build
|
||||
!Build/**/*.ico
|
||||
|
||||
# Built data for maps
|
||||
*_BuiltData.uasset
|
||||
|
||||
# Configuration files generated by the Editor
|
||||
Saved/*
|
||||
|
||||
# Compiled source files for the engine to use
|
||||
Intermediate/*
|
||||
Plugins/*/Intermediate/*
|
||||
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
||||
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-34EEC289FE4D9617CF67F4B263CA0A34/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3FEFDE13C040C6AB015942BCAAA94AC5/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8229A4D1044074E7E57688B9C8584F35/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8FF2349872403D15924AA7A9DDD88FA9/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-1CB0ECA540B203164FBC5CB7E3D18513/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-3CBF4142422E61BB391467A4D90E8A0A/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-9E1B6C68493CF0477FFBEFB39A92819A/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-D69725EC4A973970CFFC03B9FDD5D423/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Intermediate/ReimportCache/3688439234.bin
|
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Fast_Bow.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Fast_Bow.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Aim_2_Idle.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Aim_2_Idle.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Aim_Pull.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Aim_Pull.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_2_Idle.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_2_Idle.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_2_Idle_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_2_Idle_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Aim_Pull.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Aim_Pull.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_L.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_L.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_L_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_L_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_R.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_R.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_R_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_45_R_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Start.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Start.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Start_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Start_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_LU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_LU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_LU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_LU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_RU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_RU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_RU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Bwd_Stop_RU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_L.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_L.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_L_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_L_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_R.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_R.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_R_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_45_R_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Start.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Start.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Start_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Start_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_LU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_LU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_LU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_LU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_RU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_RU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_RU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Fwd_Stop_RU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_B_01.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_B_01.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_F_01.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_F_01.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_L_01.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_L_01.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_R_01.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Hit_Reaction_R_01.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Idle.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Idle.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Idle_2_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Idle_2_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Idle_2_Aim_Fast.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Idle_2_Aim_Fast.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Jump_Down.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Jump_Down.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Jump_Down_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Jump_Down_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Jump_Down_Long.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Jump_Down_Long.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Start.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Start.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Start_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Start_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_LU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_LU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_LU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_LU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_RU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_RU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_RU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Left_Stop_RU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Start.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Start.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Start_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Start_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_LU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_LU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_LU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_LU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_RU.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_RU.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_RU_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Right_Stop_RU_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Aim_02.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Aim_02.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Idle.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Idle.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Idle_02.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Shoot_2_Idle_02.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Trun_180_R.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Trun_180_R.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Trun_180_R_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Trun_180_R_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_180_L.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_180_L.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_180_L_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_180_L_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_L.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_L.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_L_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_L_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_R.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_R.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_R_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Crouch_Turn_90_R_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_01.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_01.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_01_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_01_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_02.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_02.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_02_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_02_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_03.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_03.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_03_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_03_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_04.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_04.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_04_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_04_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_05.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_05.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_05_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_05_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_06.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_06.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_06_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_06_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_Crouch_01.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_Crouch_01.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_Crouch_01_Aim.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_Crouch_01_Aim.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_Crouch_02.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/ArcherAnimationSet/Animations/InPlace/AS_Bow_InPlace_Death_Crouch_02.uasset
(Stored with Git LFS)
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