Exemplo n.º 1
0
 public void OnPaint(PaintEventArgs e)
 {
     if (status == GameStatus.ShowLevelText || status == GameStatus.ShowEndText)
     {
         textModule.OnPaint(e);
     }
     else
     {
         shadowWorld.OnPaint(e);
         mainWorld.OnPaint(e);
     }
 }