1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-19 23:15:15 +00:00

polymooooood shoutouts laaarsssss

This commit is contained in:
Cameron Taylor 2021-05-15 12:00:21 -04:00
parent dd41cc19e1
commit bd6936734a

View file

@ -47,13 +47,22 @@ class Main extends Sprite
frameworkParams: {
assetLibraryPaths: [
"songs" => "songs", "shared" => "shared", "tutorial" => "tutorial", "week1" => "week1", "week2" => "week2", "week3" => "week3",
"week4" => "week4", "week5" => "week5", "week6" => "week6", "week7" => "week7"
"week4" => "week4", "week5" => "week5", "week6" => "week6", "week7" => "week7", "tanky" => "tanky", "tankBG" => "tankBG"
]
},
framework: OPENFL
framework: OPENFL,
errorCallback: function(error:polymod.Polymod.PolymodError)
{
trace("POLYMOD ERROR! code = "
+ error.code
+ " severity = "
+ error.severity
+ " origin = "
+ error.origin
+ " message = "
+ error.message);
}
});
trace('polymod setup SHIII');
#end
if (stage != null)