Skip to content

Commit

Permalink
update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 25, 2024
1 parent 28d0b2c commit 8c953fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "2.0.0",
"version": "v1.0.0",
"version": "v1.0.1",
"gd": {
"win": "2.204",
"android": "*"
Expand Down
4 changes: 2 additions & 2 deletions src/Client/AndroidUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class AndroidUI : public cocos2d::CCLayerColor {
this->setKeypadEnabled(true);

//CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, 0, true);
CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, -128, true);
CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, -129, true);

this->runAction(CCFadeTo::create(0.5f, 100));

Expand Down Expand Up @@ -342,7 +342,7 @@ class AndroidBall : public CCLayer
this->setTouchEnabled(true);
this->setMouseEnabled(true);

CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, -128 + 1, true);
CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, -129 + 1, true);
//this->setTouchPriority(69420);
//CCDirector::sharedDirector()->getTouchDispatcher()->addStandardDelegate(this, 69420);

Expand Down

0 comments on commit 8c953fc

Please sign in to comment.