Skip to content

Commit 9a3f28a

Browse files
authored
prep README for v1.3.0
Corrected typos and improved clarity in the README.
1 parent 592c6bb commit 9a3f28a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ float easeOutCubic(float t) {
236236
237237
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.
238238
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-
241239
---
242240
243241
Extended information
@@ -246,14 +244,16 @@ Extended information
246244
credits go to:
247245
248246
- [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.
251249
- [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.
252252
- And of course, [Geode](https://github.com/geode-sdk) for the amazing framework this is built upon.
253253
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.
255255
256256
https://discord.gg/JWkVm7cUhH
257257
https://github.com/ToastexGD/ToastyReplay/issues
258258
259-
Thanks everyone! <3
259+
Thanks everyone! <3

0 commit comments

Comments
 (0)