fix html5 compile and input

This commit is contained in:
Kade M
2021-07-11 23:26:23 -07:00
parent 361555cfa3
commit 4f947ca6e6
3 changed files with 33 additions and 13 deletions

View File

@ -1,3 +1,4 @@
#if sys
package;
import lime.app.Application;
@ -171,4 +172,5 @@ class Caching extends MusicBeatState
FlxG.switchState(new TitleState());
}
}
}
#end