-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* modernize demo with new camera features * add mobile and gamepad controls * rename controls class * add [Y] to HUD * whoopsies * fix flash CI * more flash CI fixes * revert border to normal FlxSprite for mac perf * add back BorderSlice and fix perf on windows * more slice optimizations
- Loading branch information
Showing
12 changed files
with
605 additions
and
318 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
package; | ||
|
||
import flixel.FlxGame; | ||
import flixel.FlxSprite; | ||
import openfl.display.Sprite; | ||
|
||
class Main extends Sprite | ||
{ | ||
public function new() | ||
{ | ||
super(); | ||
|
||
FlxSprite.defaultAntialiasing = true; | ||
addChild(new FlxGame(640, 480, PlayState)); | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.