From 8872d9fc8aba2adf8dfe72d7f560a8b87f54e7f8 Mon Sep 17 00:00:00 2001 From: Haxxer Date: Wed, 22 Mar 2023 12:48:53 +0000 Subject: [PATCH] More updates --- languages/en.json | 4 ++-- scripts/constants.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/en.json b/languages/en.json index 47656b6..afc555b 100644 --- a/languages/en.json +++ b/languages/en.json @@ -1,5 +1,5 @@ { - "PotatoOrNot.BadTitle": "Shitty Potato", + "PotatoOrNot.BadTitle": "Cheap Potato", "PotatoOrNot.BadDescription": "If you have a laptop or a low end computer, use this setting for the best experience!", "PotatoOrNot.MediumTitle": "Potato", "PotatoOrNot.MediumDescription": "You have a mid-range computer that isn't bad, but it's getting on its years.", @@ -7,4 +7,4 @@ "PotatoOrNot.GoodDescription": "Your computer is squarely in the PCMR club.", "PotatoOrNot.Selection": "Select your computer's quality level:", "PotatoOrNot.Accept": "Okay" -} \ No newline at end of file +} diff --git a/scripts/constants.js b/scripts/constants.js index d10393e..eefdffa 100644 --- a/scripts/constants.js +++ b/scripts/constants.js @@ -53,7 +53,7 @@ CONSTANTS.BASE_SETTINGS = [ "performanceMode": 0, "pixelRatioResolutionScaling": false, "photosensitiveMode": true, - "maxFPS": 20, + "maxFPS": 10, "mipmap": false, "visionAnimation": false, "lightAnimation": false,