You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,8 +236,6 @@ float easeOutCubic(float t) {
236
236
237
237
Menu entrance direction is changeable (center scale, move from any edge). Toggle switches and move states are individually animated per the widget using tracked `ImGuiID` maps.
238
238
239
-
**Backdrop Blur** - when the menu opens it draws layered semi-transparent rectangles on the background to simulate a blur effect. intensity is controllable with a slider from 0 to 1. theres also a vignette effect on the edges because it looked cool. the blur color matches your background color setting so it blends in nicely.
240
-
241
239
---
242
240
243
241
Extended information
@@ -246,14 +244,16 @@ Extended information
246
244
credits go to:
247
245
248
246
- [Figment](https://github.com/FigmentBoy) for permission to use some of [zBot's](https://github.com/FigmentBoy/zBot) features like trajectory and replay features.
249
-
- [Zilko](https://github.com/Zilko) for inspiring me (from [xdBot](https://github.com/Zilko/xdBot))
250
-
- [Jarvisdevil](https://github.com/thejarvisdevil) for helping me put my braincells together.
247
+
- [Zilko](https://github.com/Zilko) for inspiring me (from [xdBot](https://github.com/Zilko/xdBot)) and the idea for (Coin Tracking)
248
+
- [Jarvisdevil](https://github.com/thejarvisdevil) for being a great mentor and helping me figure out specific bugs.
251
249
- [NinXout](https://github.com/ninXout) for inspiration similar to Eclipse Menu. (Received help for my hitbox implementation)
250
+
- [C++ and c++ Together Discords](https://discord.gg/WeBHv6b4WS) helping me learn c++ and their amazing guides.
251
+
- [GDH by Toby](https://github.com/TobyAdd/GDH/blob/main/LICENSE) being an amazing opensource reference to fix up my trajectory, hitboxes, and a bunch of other bugs I was experiencing.
252
252
- And of course, [Geode](https://github.com/geode-sdk) for the amazing framework this is built upon.
253
253
254
-
* Monthly updates will be added to improve customization, add features, and most importantly squash bugs! If you find any bugs please report them in my discord. or in my issues page on the ToastyReplay Repository.
254
+
* Monthly updates will be added to improve customization, add features, and most importantly, squash bugs! If you find any bugs please report them in my discord. or in my issues page on the ToastyReplay Repository.
0 commit comments