TRex22 / RapidGame

A framework that aims to make games easier, fun and from the code (old school). The Framework will hopefully support SDL, XNA and MonoGame projects for Windows, Linux and others. Porting from different systems should only require minor changes.
http://trex22.github.io/RapidGame
MIT License
2 stars 0 forks source link

Static loading screen #2

Open TRex22 opened 10 years ago

TRex22 commented 10 years ago

Add in a way to add a static loading screen image for when loading a new screen, or a game screen to draw/update when currently loading.

Perhaps eve allow for something more advanced ie. video or action time event

TRex22 commented 10 years ago

Will probably create an internally inherited game screen which will display the loading screen and then jump to the initial screen