/$(BaseDir)/Projects/115 ActionScript 3 - Flixel 2.5 Project/src/$(ProjectID).as.template
Unknown | 28 lines | 14 code | 14 blank | 0 comment | 0 complexity | 16bdf7642066b72051a72c173086d94f MD5 | raw file
- package
- {
- import org.flixel.*;
- [SWF(width="640", height="480", backgroundColor="#000000")]
- [Frame(factoryClass="Preloader")]
- public class $(ProjectID) extends FlxGame
- {
- public function $(ProjectID)()
- {
- super(320,240,MenuState,2, 60, 60);
- forceDebugger = true;
- }
- }
- }