Platformer
Platformer
|
This class loads and creates the levels for our game. More...
#include <LevelLoader.hpp>
Static Public Member Functions | |
static void | LoadLevel (std::string path) |
Loads the level at the given path. More... | |
This class loads and creates the levels for our game.
|
static |
Loads the level at the given path.
path | The path of the level to be loaded |