Loading .idea/jarRepositories.xml +5 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,10 @@ <option name="name" value="Google" /> <option name="url" value="https://dl.google.com/dl/android/maven2/" /> </remote-repository> <remote-repository> <option name="id" value="BintrayJCenter" /> <option name="name" value="BintrayJCenter" /> <option name="url" value="https://jcenter.bintray.com/" /> </remote-repository> </component> </project> No newline at end of file app/src/main/java/com/example/game2d/ChalkGameClass.java +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class ChalkGameClass extends View { canvas.drawBitmap(pauseButton, pauseX, pauseY, null); if (pauseTouch == true) { bossMusic.stop(); pauseTouch = false; Intent pauseIntent = new Intent(getContext(), PauseWindow.class); pauseIntent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT); Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ buildscript { plugins { id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.4.2' apply false id 'com.android.application' version '7.3.1' apply false id 'com.android.library' version '7.3.1' apply false } allprojects { Loading Loading
.idea/jarRepositories.xml +5 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,10 @@ <option name="name" value="Google" /> <option name="url" value="https://dl.google.com/dl/android/maven2/" /> </remote-repository> <remote-repository> <option name="id" value="BintrayJCenter" /> <option name="name" value="BintrayJCenter" /> <option name="url" value="https://jcenter.bintray.com/" /> </remote-repository> </component> </project> No newline at end of file
app/src/main/java/com/example/game2d/ChalkGameClass.java +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class ChalkGameClass extends View { canvas.drawBitmap(pauseButton, pauseX, pauseY, null); if (pauseTouch == true) { bossMusic.stop(); pauseTouch = false; Intent pauseIntent = new Intent(getContext(), PauseWindow.class); pauseIntent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT); Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ buildscript { plugins { id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.4.2' apply false id 'com.android.application' version '7.3.1' apply false id 'com.android.library' version '7.3.1' apply false } allprojects { Loading