Skip to content

Commit

Permalink
why'd they remove that :(
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBearodactyl committed Jul 10, 2024
1 parent a99c2fa commit ca70733
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ using namespace cocos2d;

float phase;

struct MyPlayerObject : Modify<MyPlayerObject, PlayerObject> {
void flashPlayer(float p0, float p1, cocos2d::ccColor3B mainColor, cocos2d::ccColor3B secondColor) {}
};

struct MyPlayLayer : Modify<MyPlayLayer, PlayLayer> {
void postUpdate(float p0) {
PlayLayer::postUpdate(p0);
Expand Down

0 comments on commit ca70733

Please sign in to comment.