mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
moved preloaderArt out
This commit is contained in:
parent
aa787059e4
commit
62061915a6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import flash.display.Sprite;
|
|||
import flash.Lib;
|
||||
import flixel.FlxG;
|
||||
|
||||
@:bitmap("assets/images/preloaderArt.png") class LogoImage extends BitmapData { }
|
||||
@:bitmap("art/preloaderArt.png") class LogoImage extends BitmapData { }
|
||||
|
||||
class Preloader extends FlxBasePreloader
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue