An open API service indexing awesome lists of open source software.

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

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 love

This 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