Open GoogleCodeExporter opened 8 years ago
Actually, three GameLoaders need to be constructed:
AppletModeGameLoader - preserves hierarchy currently existing due to bad
inheritance tree of Applet->AppletMode->GameLoader. This class will be
immediately deprecated due to bad inheritance design, but it will exist in
0.2.4 to allow users to port their games over to:
AppletGameLoader - a GameLoader that does not expose methods from either Applet
or AppletGameMode except those that actually have to deal with loading a game.
This loader is *not* an Applet nor is it a BaseGraphics (AppletMode).
DesktopGameLoader - this GameLoader loads only WindowedMode or FullScreenMode
games.
Original comment by MetroidF...@gmail.com
on 7 Jun 2010 at 1:04
Original issue reported on code.google.com by
MetroidF...@gmail.com
on 7 Jun 2010 at 12:56