示例#1
0
 internal static void InitGame(Form f, Label l)
 {
     form  = f;
     label = l;
     x     = form.Height / 14;
     Resources.Init();
     Mario.Init();
 }