File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v1.1.0
2+ - probably a feature update
3+
14# v1.0.3
25- Added additional info button to * Safe Mode* label in options menu
36- Raised * Ending Gamble* option Silly Tier to ** High**
Original file line number Diff line number Diff line change 7373 },
7474 "hide-if-offline" : {
7575 "type" : " bool" ,
76- "name" : " Hide Online Options While Offline " ,
76+ "name" : " Conditionally Show Online Options" ,
7777 "description" : " Hide options from the list that require an internet connection to work, while you're offline." ,
7878 "default" : true
7979 },
Original file line number Diff line number Diff line change @@ -139,9 +139,12 @@ bool MenuCredits::init(ZStringView theme) {
139139 " **[Cheeseworks](user:6408873)**: [Mod Developer Branding](mod:cheeseworks.moddevbranding) image for this mod\n\n <mod:cheeseworks.moddevbranding>\n\n "
140140 " **[dankmeme](user:9735891)**: '*[cue](https://github.com/dankmeme01/cue)*' user interface library\n\n "
141141 " #  Special Thanks\n "
142- " **[Team Avalanche](user:31079132)**: Supporting the project since its experimental days\n\n " ,
143- {m_mainLayer->getScaledContentWidth () - 55 .f ,
144- 140 .f });
142+ " **[Team Avalanche](user:31079132)**: Supporting the project since its experimental days\n\n "
143+ " **[ArcticWoof](user:7689052)**: Original idea for this mod\n\n " ,
144+ {
145+ m_mainLayer->getScaledContentWidth () - 55 .f ,
146+ 140 .f ,
147+ });
145148 creditsMd->setID (" credits" );
146149 creditsMd->setPosition ({m_mainLayer->getScaledContentWidth () / 2 .f , 90 .f });
147150
You can’t perform that action at this time.
0 commit comments