File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed
Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11blank_issues_enabled : false
22contact_links :
33 - name : Discord
4- url : https://discord.gg/WPcqK3Yt
4+ url : https://discord.gg/3bShQb6Jz3
55 about : Contact me through my coding discord.
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ And that's pretty much it! Have fun rouletting!
2929
3030## Contact
3131
32- You can contact me through my personal [ Discord server] ( https://discord.gg/WPcqK3Yt ) .
32+ You can contact me through my personal [ Discord server] ( https://discord.gg/3bShQb6Jz3 ) .
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 2.0.5] - 2024-04-13
9+
10+ ### Changed
11+
12+ - Alphalaneous github page to their new profile
13+
14+ ### Fixed
15+
16+ - ` RLDifficultyNode ` wrong position when playing roulette
17+ - ` RLLoadingCircle ` wrong position for a split second when offline
18+
819## [ 2.0.4] - 2024-03-13
920
1021### Added
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ Then open the generated solution in Visual Studio.
3939
4040## Contact
4141
42- You can contact me through my personal [ Discord server] ( https://discord.gg/WPcqK3Yt ) to get instant™️ support and other stuff ig.
42+ You can contact me through my personal [ Discord server] ( https://discord.gg/3bShQb6Jz3 ) to get instant™️ support and other stuff ig.
4343
4444## Credits
4545
4646- SpaghettDev ([ @SpaghettDev ] ( https://github.com/SpaghettDev ) ): Creator & maintainer.
4747- qwix ([ @qwix456 ] ( https://github.com/qwix456 ) ): Added the featured/epic glow, and other stuff.
4848- iAndyHD3 ([ @iAndyHD3 ] ( https://github.com/iAndyHD3 ) ): Helped with issues.
4949- Cvolton ([ @Cvolton ] ( https://github.com/Cvolton ) ): Helped with issues.
50- - Alphalaneous ([ @Alphatism ] ( https://github.com/Alphatism ) ): Helped with issues.
50+ - Alphalaneous ([ @Alphalaneous ] ( https://github.com/Alphalaneous ) ): Helped with issues.
5151- mat ([ @matcool ] ( https://github.com/matcool ) ): Helped with Geode issues.
Original file line number Diff line number Diff line change @@ -595,10 +595,10 @@ void RLRouletteLayer::onSkipButton(CCObject*)
595595
596596void RLRouletteLayer::finishLevelRoulette ()
597597{
598- onNextLevel (false , false , 40 .f );
599-
600598 if (!m_list_fetcher_error.empty ())
601599 {
600+ onNextLevel ();
601+
602602 static_cast <TextArea*>(error_menu->getChildByID (" reason-label" ))->setString (m_list_fetcher_error);
603603
604604 playing_menu->setVisible (false );
You can’t perform that action at this time.
0 commit comments