mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 05:01:38 +00:00
fix this as well
This commit is contained in:
parent
714b359d6e
commit
734a03a934
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ android {
|
|||
ndkVersion "18.1.5063045"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.randomityguy.mbhaxe.mbp"
|
||||
applicationId "com.randomityguy.mbhaxe.mbg"
|
||||
minSdk 18
|
||||
targetSdk 31
|
||||
versionCode 1
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class MainMenuGui extends GuiImage {
|
|||
playButton.extent = new Vector(270, 95);
|
||||
playButton.gamepadAccelerator = ["A"];
|
||||
playButton.pressedAction = (sender) -> {
|
||||
cast(this.parent, Canvas).setContent(new PlayMissionGui());
|
||||
MarbleGame.canvas.setContent(new PlayMissionGui());
|
||||
}
|
||||
homebase.addChild(playButton);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue