Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 447 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

29 lines (21 loc) · 447 Bytes
  • Haxe version: ?.?.?
  • Flixel version: ?.?.?
  • OpenFL version: ?.?.?
  • Lime version: ?.?.?
  • Affected targets:

Code snippet reproducing the issue:

package;

import flixel.FlxState;

class PlayState extends FlxState
{
	override public function create():Void
	{
		// insert your code here
	}
}

Observed behavior:

Expected behavior: