Skip to content

Commit d0c72cd

Browse files
authored
dont forget changelog :p
1 parent 80dadf2 commit d0c72cd

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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**

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
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
},

src/ui/src/MenuCredits.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
"# ![💝](frame:GJ_diamondsIcon_001.png?scale=0.875) 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

0 commit comments

Comments
 (0)