Example #1
0
 //protected View m_View;
 public GameState(SfmlApp app_ref)
 {
     appControllerRef = app_ref;
     resourceAssets   = new AssetContext();
     //m_View = new View();
 }
Example #2
0
 public GameScene(SfmlApp controller) : base(controller)
 {
     levelTimer = new AppTimer();
 }
Example #3
0
 public MainMenu(SfmlApp app_ref) : base(app_ref)
 {
     menus = new Dictionary <string, MenuScreen>();
 }