options menu in progress
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package;
|
||||
|
||||
import flixel.FlxSprite;
|
||||
import flixel.FlxSubState;
|
||||
|
||||
class ControlsSubState extends FlxSubState
|
||||
@ -7,5 +8,8 @@ class ControlsSubState extends FlxSubState
|
||||
public function new()
|
||||
{
|
||||
super();
|
||||
|
||||
var bullshit = new FlxSprite().makeGraphic(100, 100);
|
||||
add(bullshit);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user