Compare commits

...

37 commits
master ... E24

Author SHA1 Message Date
Kevin Lundell
3d3722a930 Turotial E24 Done 2024-11-26 05:26:19 +01:00
Kevin Lundell
6904cc9e46 Turotial E23 Done 2024-11-26 04:19:07 +01:00
Kevin Lundell
bb3c08c3d6 Updated Videos in README.md file 2024-11-26 02:11:52 +01:00
Kevin Lundell
ec4836c564 Turotial E22 Done 2024-11-26 02:11:29 +01:00
Kevin Lundell
26a3968a81 Fixed stamina min recover 2024-11-26 01:51:44 +01:00
Kevin Lundell
c975e1c6f8 Turotial E21 Done 2024-11-26 01:43:31 +01:00
Kevin Lundell
41a5545598 Turotial E20 Done 2024-11-26 00:54:21 +01:00
Kevin Lundell
ada10323e4 Turotial E19 Done 2024-11-26 00:18:44 +01:00
Kevin Lundell
661f053c69 Updated Videos in README.md file 2024-11-25 21:46:54 +01:00
Kevin Lundell
ffa5dee069 Turotial E18 Done 2024-11-25 21:46:32 +01:00
Kevin Lundell
0ae4fdd727 Turotial E17 Done 2024-11-25 21:24:19 +01:00
Kevin Lundell
24e737e172 Turotial E16 Done 2024-11-25 20:46:47 +01:00
Kevin Lundell
17cd91f6cd Added lock target resat on target death 2024-11-25 20:13:47 +01:00
Kevin Lundell
f5291eef20 Turotial E15 Done 2024-11-25 20:04:48 +01:00
Kevin Lundell
e18f1b2de1 Updated Videos in README.md file 2024-11-25 16:39:47 +01:00
Kevin Lundell
86cf0b6b5e Turotial E14 Done 2024-11-25 16:39:09 +01:00
Kevin Lundell
5b7ee9efce Turotial E13 Done 2024-11-25 15:59:46 +01:00
Kevin Lundell
b2f61c729b Added objects to world 2024-11-25 15:53:53 +01:00
Kevin Lundell
33abf8711f Turotial E12 Done 2024-11-25 15:52:28 +01:00
Kevin Lundell
5a0a3daec8 Removed collision when dummy is dead 2024-11-25 15:14:11 +01:00
Kevin Lundell
8df1ef26ae Turotial E11 Done 2024-11-25 15:02:10 +01:00
Kevin Lundell
8a8b887b4c Updated Videos in README.md file 2024-11-25 04:18:50 +01:00
Kevin Lundell
db47487dbf Turotial E10 Done 2024-11-25 04:17:40 +01:00
Kevin Lundell
9b61c593f0 Turotial E09 Done 2024-11-25 02:53:14 +01:00
Kevin Lundell
179ef7926e Updated videos epesode 2024-11-25 01:48:29 +01:00
Kevin Lundell
708c752ede Fixed XP remanding after level up 2024-11-25 01:47:33 +01:00
Kevin Lundell
19767a3919 Turotial E08 Done 2024-11-25 01:39:22 +01:00
Kevin Lundell
f5055e75dd Turotial E07 Done 2024-11-25 00:48:13 +01:00
Kevin Lundell
a118325a18 Added better comments 2024-11-25 00:18:27 +01:00
Kevin Lundell
2294d333f9 Turotial E06 Done 2024-11-25 00:16:19 +01:00
Kevin Lundell
e6a593693c Added Video comment to README.md file. 2024-11-24 22:13:43 +01:00
Kevin Lundell
26224af6ac Turotial E05 Done 2024-11-24 21:53:53 +01:00
Kevin Lundell
a38ff81653 Turotial E03 Done 2024-11-24 20:36:54 +01:00
Kevin Lundell
98f740d8a2 Added more extra content 2024-11-24 19:47:39 +01:00
Kevin Lundell
a9c3081b6c Moved content to currect folder 2024-11-24 19:35:24 +01:00
Kevin Lundell
9f110cc0be Turotial E02 Done 2024-11-24 16:06:24 +01:00
Kevin Lundell
858167f8ce Turotial E01 Done 2024-11-24 15:16:01 +01:00
307 changed files with 916 additions and 19 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,3 +8,6 @@ InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[SectionsToSave]
+Section=StartupActions
[/Script/AIModule.AISense_Sight]
bAutoRegisterAllPawnsAsSources=false

3
Content/AI/ABP_AI.uasset Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d745d364c49e5b6dc8bc83e19675ba3b8e3230ffd0706784315834c182f3012
size 329864

3
Content/AI/BD_AI.uasset Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba01c0bddb37e1cd9cd4479ad5038770bc9e195093f27bcc66faf459a1f598e8
size 3266

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0589c106c16325f7518a67027a7343119af5fac88089c2df30a80f83196f4d17
size 11850

3
Content/AI/BP_AI.uasset Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf1ee913d5e3195c9bad16dc43a9818f93a62e6bdbb8b77ba994f47f68d7b6af
size 561354

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5030f6aec355b25bb9f06f1e492d0551a744dfb7fd1c8e8fc8c2ed646d4ceea1
size 103687

3
Content/AI/BT_AI.uasset Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:662647551d1ae86faf4bb334959fe9b320904e77b44970ba66defb18ad8d3bb4
size 29263

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cce6bae8b9cca579b38bd4405a2b16d00ddefe3ab5f5518ee2766248ab5363f
size 50921

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b485e3980a608ee925a44a1496c8b830ecf874b65f71d5ca69a6b6f0f79d8baf
size 34781

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53f53bc91aba2700b6a3d87ab8ea49ee80532f4ca26a8776179f0e8278b6da0d
size 43956

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fb395bff1057344d86ec9d03e91abd471973b930017610503ebdd8a23848796
size 33836

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f7a27597cf77d04ebb2cd18e94daea1dc56a6ea1aff956bd09f9f372f235334
size 44518

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:799f2a4ebe916578a32cbc20e0707bf2d5a6aa80df67579e82e60c5a833681a8
size 24950

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9da92b2fdfef522f30a24fd2c428d4ae29dcd98fd10daffe9b283e598fac3363
size 28470

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa95df1d9d3e7b6fbcc87f36c7c3be932cee32746bfd3780b2a0b3f7645bc407
size 65095

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:066557248474141918ea33eb74def0faf4bc17d1250c945e38ebe87eb81b34e1
size 35909

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efa702e1e09b58681b4bc674f79adecc236e84714dc720a2de8340a68d30d853
size 58008

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a0746752ad0ea4650a5314414e76a912a946c5d8a6ced6b2b91b075634f31bb
size 24948

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1579ac8a0b827d505ce4b5d92057cc2e79dda51c50488bd9f8d03160d27a203
size 65116

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53b0213790b515a7cbc66d5c3fcb770740b4dd93ffaaf16d26591c6c40fcbbb3
size 131078

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2e69e9a14afd43b67a9b001a8e604848d6e1b72d346cef1caeedc333262e3f2
size 6601

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b59fc6c63c06e5f1715a6e4bc594a81b152ec9c7b24ac7a48786f834c10b92
size 36397

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fc17730267433fa3be90490793172dca6da17b32c8e5808f1347b12e20adfdc
size 1599

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faf0b30fe5e609448b7ffc89705c96333d4fa341fc30a94c103103cf0165d937
size 159518

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9aac1db003147e7ef368576f7a681ffbf441b3dae257bbd25b28103d1f6b3de8
size 83380

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dbe13bd379a23682acc6f7c73386e9661ef12af6d2407d6390660b9f805ab53
size 65692

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:388452aaaa34e2199a3ef238b7e1af397a0d0d98307e0751dadea2930712bf9c
size 130791

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d66c05cc129b14ee4973eca610d858c98d8b62299f15a628d00ac0acf8b7d3b9
size 377793

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cfc62f785b7790616a699e3d735c2871c00786d3af1d41cfbe59365ab020ddf
size 370931

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d98664b6243524d8f36c15ac10fb25de17960005fad8161989d6d3d0cb87968
size 396439

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1a5771d1ca5ed21f6c9ffafddbf07f6a77bbe1fba99dbc79f622af9afda99d5
size 525435

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbcd3ff1ea87a235932a30034ca3bb9bbceb4f0edb116c2a3864b742261b1613
size 12234

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88f005435f1243d30878c34cef70a43ccf99bfeb7cd5fc69c1d3b3741f88d747
size 233572

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6645ae7b77b962365417f6b8f066c2e8ae64f5eca12f763c89ff86cf583a3ee
size 32469

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:372a9be3d4ff08545340460b4925d56fabfbd194ab4f4f7a6bfc59cc3df18ac7
size 51109

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b635c32f6d75b108b863729148fdcb665cb5f589859fbd6fe5055183fc3d9ce3
size 7257

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3fc97710ad016ef3215f511d1a100100aed75a125cfbd583f7e1e50cc20ed7f
size 403903
oid sha256:4c424ae9e34dbeb5716d1bba9ffa2c7d6ecf4d4b83c876af014a703f707d73cd
size 406896

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:464ba88ea832164ea2bf2c3474121b918b23182c81dc29036a4db38aa316fa74
size 409605
oid sha256:843457fc853793b2d63685bf31414e3e679e02ebca46f5ccb680d466592aea3b
size 412767

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0461e5631fedca7f2de97fc1e3d74ce796ce65cb99058e6f822df2ca398b8ddb
size 482548
oid sha256:4058630483c671bf1ed31f37b037edbe0af2a743ef07b31ec15af39c0814a242
size 493106

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b571dc8a96f9280785788f4495810fd3c8d9e8a71fa0dac8a5d79695bcb88325
size 456959

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c32756cbd12260a6ab8f7d67010beea20ffa324c223d4ee4abaca1c7662ee69a
size 21351

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d4f4f21c3a257a5d122222881aef51d28905082fbcf94035eb3c1d39acaff8e
size 20638

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:777b2aa0a679b5d326814440204787ff0ba56b4ad9477a407b24d689155b050c
size 160872
oid sha256:939f09f6e19bae3cf02d39765563d62b1ac3be8d06a3482e4f95b811cdbc5fac
size 192616

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c90b6017f0117ca9401f878ef9de225aa01cbaa83bf0efb863ac85cf9d168339
size 454705

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d177c25954e53315d33a8dd903caca4c44fd2b3f3def1468f287d6420392763
size 780866

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56dca8e457064d4e7825c2fcea0dcf268f825cf01124c633b2cd3ed7662cf69a
size 16929

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc033dc7127c6b646d6e9f8fd32e47d7067e546f0a0c690b40ac33fb90a9669e
size 859702

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7edc79a88c3dacaa8b3933fa24f608fcc61fe14e62a763a47f0a39a609a84ea2
size 9303

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d4261a0a7e32cd7a732a8fb223057805ea5ad93b7e4e72690abf62d1570803e
size 648748

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd0c8cf8575789ad23dd38257290dbdbde05250eedbb15b7ed5afc9b6b152dd4
size 643105

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:167ad1f4c3c6abd1a1252333b1ae56ca5d6b37d9f95164d85aac6f98eb4074d0
size 2113224

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:211b8c5e55c2987ec69d8f7f37709fba445a4e789f48b264e7c516daaed99daf
size 7786

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7f841a8cd447b65ce892544cda0e5c1bf782ec3dc617fbba8fe72cdc63d4912
size 798837

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32a8c7de2ea0c7b62cfbfce5906b2fa31f52b4f3d4ea6ace22f290fc8b8029a5
size 696367

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6debcf6dd415a28f07bdf0e25be72ecfbe80a17016c5e7047fcb02043d4fdf67
size 9428

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9b07520907b398b892809e61f86f3f57040245903384c4539d1d28faa1ffb93
size 647651

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6cea54a77ea482ef09e7914d61715e5bd3c03984202e28bc95fe76bf8dc7a34
size 9074

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ec04be078f25e4e6659a37da2a70fd4a2467b480f65bcc4da7bb70d583c362e
size 722977

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89fa9575fed0982fab950596c1eb7484cc234980cf7245aa2866e8dc416d14cd
size 9098

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21b0cd2c63f026730e8e8aa9f00bd82b38a22e32286e95b0f28af41162144b44
size 8321

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e54001afb8fbd8b551d0452990447a8e33596d766b160c2a877f0ef22156e578
size 454193

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81c07a6143dbdc6f33d7e624b17703ad960ac6de580cfea1e9187bee684c69c1
size 454137

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1054bba543df2e92580d8af6dd66c48069ddd8e15771024aefdf5b797e6741d
size 2159492

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9573184ec1d12471e21c68f74367b27c2459e44b4f67d5fedf9e9eeb5129827
size 9285

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cea2c8789b6b14ef33609fb13fe470fe00ee7523319b53a308b51260bb5bd5a5
size 470392

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ad4da2b2ecc1860d777b03032e4317856c22009fe26b0f3558941ee100282ee
size 32645

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ec283329cbc13c82a38cd2e8c5758c17493870eb501c6f429176fd19ea0a975
size 32653

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d499deb53accbc740c757de7fad458fa220387a23cc1f5f923ab15ffc0cc51c5
size 979680

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9b20173e66169d2f45a3a5e84d2e2ac2a5583bb830bc985fc49954aaed14da7
size 15350

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6e0b2f4b1e6dde55758bf9aa3fb90b99b9bc743e7ebf2fa2909203702243ce9
size 892594

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ac617127fb710cd20914561e7ed25f4d22a64f4a71f9437e2f64774ec32fdcb
size 14635

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54de21ded2467569b0df3fe86a5cb6eab8e0410d33ffd04483e0f91b1afbcd7f
size 1470388

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:221b59a192d99b23ca3d5497776d9f7a66d0f4c063ef6e7633cf301597571583
size 13354

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c8fd082185157b8d8bd6d518cc46a0487239b6b8cb5ba801636b79d8efb303e
size 789656

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:133d6f9555de398174c44f6d7d1341c3616df8bba47a8e1be8bd9c18fcecc79e
size 14872

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfc2b2d58c504a042858a94068ccb7d556609ce302ae863ad389a75a95e661c5
size 1192155

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e20533717c884dfc01239a2ac0caaa035bacc3bf4622fbf5fd5e61ab1b5ea64b
size 21728

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5cec75b42c02ad30b2e1a9e4323c71f8160c435bbf80673c68877cc3441598e
size 2943

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8bcc82797e612389a1c335c4a641431053f99a463e0848c510c5223b9033071
size 2913

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59dedf35d369ee549c97aeac30f086cd80a346ce58e6c212e8dff5abd4f6cfc0
size 227677

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3fb05cf16aece6afed98a449a31a7025377104c7d8098f2bc99957f6647fb3f
size 51698

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a8322545810a9e181d4182889057869c567339441edbd1fa8e6ad14ee3c27b0
size 5643

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfc0be6d2496abe6f2457383971c4701ff091712fd66d3835a613da98bacde75
size 3129

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce220bd8cde81917ac394f1873b879094061336bdbe5dd840bd992a7a3d44432
size 10455

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ace149e65a9c3fc174420ac8383199d50538e1f1f771d181047dfba5dfdef65a
size 4189

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7350649341b7c6e2fd5200d8ebf65a06b9c10fe5e81b199eeb6f01198734511b
size 7074

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39fedfdb913f432f2ae7a56ae2d02b24ae2d460536614f6ac046097407137408
size 11435

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2d8429a3760a678494023ec964f3ab62d178f59622ff9addf1510d82b50601c
size 209540

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7da38b3c01ccf19b34bcc9aa71ddf7987529b62ef5801f3c3908ddde52571c20
size 76887

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b34a10fceea3a13f876b82c4fc4027842fe8ff3471bfe3c926d987e48eaa55f
size 53162

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ab4d0bd50d3de14f99630bdccf56153ae378b91ca3c156a7b2da9bfd1d368f3
size 82924

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dad66e1a2ba5f0eb87546bcd463200ecdcee88eac2181b906bda1ea93d597f8
size 79853

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f437415b857967eafa2684767553983a7d05a0bb551ac0ee7e59aedcc351b239
size 80603

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ed61710dfc2ee0c7a5d3f47cb9927a70ef1df77aad60018a0c9a7715b9a4c95
size 87865

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9b21de9e85d30c378a315f4ead5b80ed85dcbac119cbe40dff672a75f1588b9
size 72471

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3db2429ac28f363ccaf0b6ca697daaa5d9da9b6b93e5218665c18ab5fffd580a
size 44454

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34d5bfdc02cec033155d4d3df50c3deae38ddc69ca6de5962d12570a50929009
size 21271

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49efc9cdf317bccbd3444df80b2814140739864676d9b6d05e430599a8d793d2
size 94382

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:925ac1effff3fa829de582e43761b1299178920009360993e85a8e1c1e9c10b7
size 526806

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