From 3726f255e7213e32969a3e364c78c07c275e62c3 Mon Sep 17 00:00:00 2001 From: Colon <56617416+GDColon@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:40:03 -0500 Subject: [PATCH] mac support attempt one billion --- changelog.md | 3 +++ mod.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index e3b3c6b..42122ff 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/mod.json b/mod.json index d60fab4..23a05ff 100644 --- a/mod.json +++ b/mod.json @@ -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", @@ -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(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)", + "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 @@ -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 }