bopeebo note thing

This commit is contained in:
Cameron Taylor
2021-02-24 19:06:41 -05:00
parent f86dc69cde
commit ac0e24e370
5 changed files with 7 additions and 3 deletions

View File

@ -8,8 +8,5 @@ class ControlsSubState extends FlxSubState
public function new()
{
super();
var bullshit = new FlxSprite().makeGraphic(100, 100);
add(bullshit);
}
}