We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286df9d commit 110561cCopy full SHA for 110561c
mod.json
@@ -1,6 +1,6 @@
1
{
2
"geode": "2.0.0",
3
- "version": "v1.0.2",
+ "version": "v1.0.3",
4
"gd": {
5
"win": "2.204",
6
"android": "*"
src/Client/AndroidUI.h
@@ -499,6 +499,7 @@ class AndroidBall : public CCLayer
499
CREATE_FUNC(AndroidBall);
500
};
501
502
+/*
503
class $modify (PlayLayer)
504
505
void pauseGame(bool p0)
@@ -519,7 +520,7 @@ class $modify (PlayLayer)
519
520
cocos::handleTouchPriority(andBall);
521
}
522
-/*
523
+
524
class $modify (PauseLayer)
525
526
static PauseLayer* create(bool p0)
0 commit comments