Skip to content

Commit

Permalink
Updated sitelock failure screen.
Browse files Browse the repository at this point in the history
Improved the visuals of the failure notice.
Revised the default failure notice text.
Enabled easy customization of the failure notice text and formatting.
Provide example for customizing title/body text.
Added since tags for 4.3.0.
Changed UInt to FlxColor for color-based arguments.

Fix Travis build break against Haxe 3.2.0.
An Array<Int> is not being converted to a Vector<Float> when compiled with the older version of Haxe.  Making the first element an explicit floating-point value will force the type to Array<Float> which, hopefully, should convert as expected.
  • Loading branch information
seraku24 committed Apr 24, 2017
1 parent 5dfc1e8 commit 593d33d
Showing 1 changed file with 199 additions and 64 deletions.
Loading

0 comments on commit 593d33d

Please sign in to comment.