Skip to content

Commit

Permalink
things n things (not next update)
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined06855 committed Nov 26, 2024
1 parent cebe647 commit 3ce2266
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
A mod that turns the main menu into Fruit Ninja, by allowing you to swipe to kill icons and making them fly out from the bottom of the screen.

Idea from Alphalaneous, see [this discord message](https://discord.com/channels/911701438269386882/911702535373475870/1303111747539963905)! \
Bomb sprite by dasshu. Thanks! \
Bomb sprite by [dasshu](https://bsky.app/profile/dasshu.dev). Thanks!! \
Sound effects from Fruit Ninja are the property of Halfbrick Studios.

FlashbangLayer is free to take and use, as long as this repo is stated in the source (doesn't have to be publically mentioned as me)
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Liked Fruit Ninja, and wanted a similar experience in GD? Well now you can, righ
Don't like the custom physics? Disable them, along with gameplay, right in the mod settings!

Idea from Alphalaneous, see [this discord message](https://discord.com/channels/911701438269386882/911702535373475870/1303111747539963905)! \
Bomb sprite by dasshu!
Bomb sprite by [dasshu](https://bsky.app/profile/dasshu.dev)!

Planned Features:
- Customisable swords (based on player colours, perhaps)
Expand Down
8 changes: 6 additions & 2 deletions src/NinjaSwipeLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,12 @@ void NinjaSwipeLayer::killPlayer(MenuIcon* player) {
layer->flashAndRemove();
}

// shake

// funny
// auto skibidi = cocos2d::CCNode::create();
// skibidi->release();
// geode::Loader::get()->queueInMainThread([=]{
// geode::log::info("{}", skibidi);
// });
})
)
);
Expand Down

0 comments on commit 3ce2266

Please sign in to comment.