-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show transitions above everything else (#410)
* Added a camera for the transition substrate * `Std.int` oops. * Actually * Update Transition.hx * Oops * Not really fixing the issue * add camera on transition start * prevent double camera removal on state switch * set camera color on creation * prevent double destroy on camera * Update Transition.hx * change hxformat to match flixel's * cleanup imports * move top camera logic to TransitionEffect, use modes * lower case args * more docs --------- Co-authored-by: George FunBook <gkurelic@gmail.com>
- Loading branch information
1 parent
a9f4f8e
commit 105f37a
Showing
4 changed files
with
137 additions
and
51 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
|
@@ -11,5 +11,8 @@ | |
"doWhile": "next", | ||
"tryBody": "next", | ||
"tryCatch": "next" | ||
}, | ||
"indentation":{ | ||
"trailingWhitespace": true | ||
} | ||
} |