Example #1
0
 public static string[] Actual()
 {
     if (LevelLista[ActualNum] == null)
     {
         Fokepernyo.EndScreen();
     }
     return(LevelLista[ActualNum].map());
 }
Example #2
0
 public void Jobbra()
 {
     if (!meghaltal)
     {
         jobbra = true;
         Fokepernyo.CharacterRotate(false);
     }
 }
Example #3
0
 public void Balra()
 {
     if (!meghaltal)
     {
         balra = true;
         Fokepernyo.CharacterRotate(true);
     }
 }
Example #4
0
 private void NextLevel()
 {
     if (bgrun)
     {
         LevelList.NextLevel();
         Character.ReLoad();
         Fokepernyo.LoadLevel();
     }
     bgrun = false;
 }
Example #5
0
        }        //Gombnyomások levétele

        private void Loadeded(object sender, RoutedEventArgs e)
        {
            Meretezes.Szamol(this);             //Ablak méretezésének meghatározása
            Fokepernyo.LoadMenu();              //Főmenü betöltése
        } //Az ablak betöltése
Example #6
0
 public MainWindow()
 {
     InitializeComponent();
     Fokepernyo.init(this);
     PrintKeys();
 }
Example #7
0
 public static void Revive()
 {
     el = true;
     Fokepernyo.LoadLevel();
 }
Example #8
0
 public static void Dead()
 {
     el = false;
     Fokepernyo.DeadScreen();
 }