caught up 11/16/20

This commit is contained in:
Brandon
2020-11-16 15:29:18 -05:00
parent c742c89601
commit bfaccf0dc9
8 changed files with 63 additions and 21 deletions

View File

@ -13,7 +13,7 @@ import flixel.FlxG;
class Preloader extends FlxBasePreloader
{
public function new(MinDisplayTime:Float=4, ?AllowedURLs:Array<String>)
public function new(MinDisplayTime:Float=3, ?AllowedURLs:Array<String>)
{
super(MinDisplayTime, AllowedURLs);
}