TeknoVenus / ShefGameJam

A game created in 30 hours
3 stars 0 forks source link

Menus/Splash screen #5

Closed TheWispy closed 7 years ago

TheWispy commented 7 years ago

We'll need a basic user interface to start the game

TeknoVenus commented 7 years ago

https://code.google.com/archive/p/libgdx-users/wikis/UsingASplashScreen.wiki

TeknoVenus commented 7 years ago

http://www.kilobolt.com/day-3-understanding-the-libgdx-framework.html

TeknoVenus commented 7 years ago

RogueLite now inherits Game, and is the entry point in to the desktop app (called by DesktopLauncher).

When RogueLite is created, it draws the incredibly ugly menu screen (MainMenuScreen). Once you touch the screen, GameScreen is opened. The render function in GameScreen will be responsible for drawing the game screen