Add another another animation hook. I hate animations.

This commit is contained in:
Ottermandias 2022-06-19 15:00:24 +02:00
parent c64743ee98
commit 8422d36e4e
3 changed files with 16 additions and 3 deletions

View file

@ -76,9 +76,6 @@ public partial class PathResolver : IDisposable
private bool HandleAnimationFile( ResourceType type, Utf8GamePath _, [NotNullWhen(true)] out ModCollection? collection )
{
if( type == ResourceType.Pap && _.Path.EndsWith( '0', '1', '0', '.', 'p', 'a', 'p' ) )
PluginLog.Information( $"PAPPITY PAP {_}" );
if( _animationLoadCollection != null )
{
switch( type )