added debugs and cheats and we usin fmod

This commit is contained in:
Brandon
2020-11-05 05:08:40 -05:00
parent 8f5788109e
commit 86e526d553
8 changed files with 114 additions and 7 deletions

View File

@ -76,6 +76,10 @@ class TitleState extends MusicBeatState
function startIntro()
{
#if switch
initialized = true;
#end
if (!initialized)
{
var diamond:FlxGraphic = FlxGraphic.fromClass(GraphicTransTileDiamond);