mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-25 22:47:52 +00:00
polymooooood shoutouts laaarsssss
This commit is contained in:
parent
dd41cc19e1
commit
bd6936734a
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue