https://github.com/ninjamuffin99/hfsplashtemplate
A template for a splash screen state that is synced up with the Flixel sound we all know and love
https://github.com/ninjamuffin99/hfsplashtemplate
haxeflixel
Last synced: 7 months ago
JSON representation
A template for a splash screen state that is synced up with the Flixel sound we all know and love
- Host: GitHub
- URL: https://github.com/ninjamuffin99/hfsplashtemplate
- Owner: ninjamuffin99
- License: mit
- Created: 2017-05-01T22:02:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T19:58:03.000Z (over 8 years ago)
- Last Synced: 2024-05-01T12:46:51.629Z (over 1 year ago)
- Topics: haxeflixel
- Language: Haxe
- Homepage:
- Size: 41 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HFSplashTemplate
A template for a HaxeFlixel splash screen state that is synced up with the Flixel sound we all know and loveThis is just how i do this splash screen. You can do it too though. This is basically just a stripped down version of the
FlxSplash incuded in HaxeFlixel: https://github.com/HaxeFlixel/flixel/blob/master/flixel/system/FlxSplash.hx## How to do?!
Put the SplashState.hx file where ever is convienient, and call that as your first state in your Main.hx file## Example
Coming soon