Skip to content

Commit

Permalink
mac support attempt one billion
Browse files Browse the repository at this point in the history
  • Loading branch information
GDColon committed Jan 5, 2025
1 parent 96b5d07 commit 3726f25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.1
- Mac support

# 2.0.0
- No longer done via patching the game, should be easy to update now :D (thank you spaghettdev)
- Coins in the level complete UI are also gold now
Expand Down
8 changes: 4 additions & 4 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"android": "2.2074",
"mac": "2.2074"
},
"version": "v2.0.0",
"version": "v2.0.1",
"id": "colon.gold_user_coins",
"name": "Gold User Coins",
"developer": "Colon",
Expand All @@ -15,8 +15,8 @@
},
"settings": {
"goldUI": {
"name": "Gold coins on end screen",
"description": "If gold coins should also be shown on the level's end screen\n\n<cj>(the particle effect during the animation is still the wrong color, send me some delicious grilled squid and I might get around to fixing it)</c>",
"name": "Show gold coins on end screen",
"description": "If gold coins should also be shown on the level's end screen",
"type": "bool",
"default": true,
"requires-restart": true
Expand All @@ -31,7 +31,7 @@

"goldCoinsEditor": {
"name": "Sneaky sneaky",
"description": "Hold ALT while placing a user coin in the editor to place a real gold one instead (will not save)",
"description": "Hold ALT while placing a user or mini coin in the editor to place a real gold one instead (will not save)",
"type": "bool",
"default": false
}
Expand Down

0 comments on commit 3726f25

Please sign in to comment.