Skip to content

Commit

Permalink
Revert "hzuapps#91 hzuapps#92 hzuapps#50 实验5和6"
Browse files Browse the repository at this point in the history
  • Loading branch information
WL101ZYF committed May 10, 2016
1 parent e350e9b commit 92eca0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 169 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void onClick(View v) {
// Activity跳转
Intent intent=new Intent();
intent.putExtra("level",level);
intent.setClass(Com1314080901110Activity.this,GameActivity.class);
intent.setClass(MainActivity.this,GameActivity.class);
startActivity(intent);
}
});
Expand Down

0 comments on commit 92eca0b

Please sign in to comment.