예제 #1
0
파일: Labirint.cs 프로젝트: hely80/Sokoban
 public Labirint()
 {
     InitializeComponent();
     last_level_nr = 1;
     game = new LogicGame(ShowItem, ShowStat);
 }
예제 #2
0
파일: Labirint.cs 프로젝트: hely80/Sokoban
 public void Init()
 {
     InitializeComponent();
     last_level_nr = 17;
     game = new LogicGame(mode, ShowItem, ShowStat);
 }