Added Async Loading To Project
This commit is contained in:
parent
53dea5ccc0
commit
b64b871225
@ -1,2 +0,0 @@
|
||||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||
<s:String x:Key="/Default/Environment/Highlighting/HighlightingSourceSnapshotLocation/@EntryValue">C:\Users\Rafal\AppData\Local\JetBrains\Rider2023.3\resharper-host\temp\Rider\vAny\CoverageData\_EndlessVendetta.-1253833435\Snapshot\snapshot.utdcvr</s:String></wpf:ResourceDictionary>
|
74
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/.gitignore
vendored
Normal file
74
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/.gitignore
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
# Visual Studio 2015 user specific files
|
||||
.vs/
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# 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/*
|
@ -0,0 +1,26 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 8,
|
||||
"VersionName": "1.5.0",
|
||||
"EngineVersion": "5.1.0",
|
||||
"FriendlyName": "Async Loading Screen",
|
||||
"Description": "Allows you to configure a Loading Screen system in the project settings easily and automatically add a Loading Screen in your game whenever you open a new level.",
|
||||
"Category": "Loading Screen",
|
||||
"CreatedBy": "Truong Bui",
|
||||
"CreatedByURL": "https://github.com/truong-bui/AsyncLoadingScreen",
|
||||
"DocsURL": "https://github.com/truong-bui/AsyncLoadingScreen",
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8",
|
||||
"SupportURL": "https://github.com/truong-bui/AsyncLoadingScreen/issues",
|
||||
"CanContainContent": true,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "AsyncLoadingScreen",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreLoadingScreen",
|
||||
"TargetDenyList": [
|
||||
"Server"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
[FilterPlugin]
|
||||
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
|
||||
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
|
||||
;
|
||||
; Examples:
|
||||
; /README.txt
|
||||
; /Extras/...
|
||||
; /Binaries/ThirdParty/*.dll
|
||||
/README.md
|
||||
/LICENSE
|
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-5-point-star.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-5-point-star.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-8-point-star.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-8-point-star.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-cat-print.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-cat-print.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-circle.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-circle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-01.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-02.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-03.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-04.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-flower-04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-heart-card.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-heart-card.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-seal.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-seal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-sheriffs-badge.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Icon/icon-sheriffs-badge.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_1.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_2.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_3.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_5.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_6.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_7.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_7.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_8.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon01_8.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_1.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_10.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_10.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_11.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_11.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_12.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_12.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_2.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_3.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_5.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_6.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_7.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_7.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_8.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_8.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_9.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon02_9.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_1.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_10.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_10.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_11.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_11.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_12.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_12.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_2.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_3.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_5.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_6.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_7.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_7.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_8.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_8.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_9.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/LoadingImages/LoadingIcon03_9.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-0.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-0.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-1.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-2.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-3.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-5.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-6.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-7.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/IdleImages/Mannequin_Idle-7.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-0.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-0.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-1.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-10.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-10.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-11.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-11.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-12.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-12.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-13.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-13.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-14.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-14.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-15.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-15.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-2.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-3.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-5.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-6.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-7.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-7.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-8.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-8.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-9.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/Mannequin/RunImages/Mannequin_Run-9.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-0.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-0.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-1.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-10.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-10.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-11.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-11.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-12.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-12.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-13.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-13.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-14.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-14.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-15.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-15.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-2.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-3.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-5.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-6.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-7.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-7.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-8.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-8.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-9.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/IdleImages/StickFigure_Idle-9.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-0.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-0.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-1.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-10.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-10.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-11.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-11.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-12.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-12.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-13.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-13.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-14.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-14.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-15.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-15.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-2.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-3.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-5.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-6.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/AsyncLoadingScreen-5.1.0/Content/Default/StickFigure/RunImages/StickFigure_Run-6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user