Skip to content

Commit

Permalink
we no longer need discord btn
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Jan 3, 2024
1 parent 2ae1711 commit 6856366
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"resources": {
"sprites": [
"resources/Screenshot_1.png",
"resources/discord_btn.png",
"resources/tab-gradient.png",
"resources/tab-gradient-mask.png"
]
Expand Down
Binary file removed resources/discord_btn.png
Binary file not shown.
3 changes: 2 additions & 1 deletion src/BadApple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BadApple* BadApple::create() {

bool BadApple::init() {
auto menu = CCMenu::create();
//#ifdef GEODE_IS_WINDOWS
#ifndef GEODE_IS_MACOS
videoplayer::VideoPlayer* player = videoplayer::VideoPlayer::create("./gdutils/bad_apple.mpg", true);
CCDirector* director = CCDirector::sharedDirector();
CCSize size = director->getWinSize();
Expand All @@ -22,6 +22,7 @@ bool BadApple::init() {
player->setZOrder(-1);
//reinterpret_cast<CCNode*>(layer->getChildren()->objectAtIndex(0))->setVisible(false);
this->addChild(player);
#endif
setKeypadEnabled(true);

return true;
Expand Down

0 comments on commit 6856366

Please sign in to comment.