From 52110da7844cd55af05f7541f01f5b1a3fc08caf Mon Sep 17 00:00:00 2001 From: LSPECTRONIZTAR Date: Thu, 10 Oct 2024 11:36:47 -0400 Subject: [PATCH] Add language warning Changing the language settings will not change anything at the moment because this game is still in beta and I would like to wait until it's actually finished to make support for other languages instead of constantly going back and forth. Thank you for understanding. --- Game Assets/miscellanous/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Game Assets/miscellanous/settings.json b/Game Assets/miscellanous/settings.json index 6e72a22..13aaff1 100644 --- a/Game Assets/miscellanous/settings.json +++ b/Game Assets/miscellanous/settings.json @@ -128,6 +128,7 @@ "name": "Language", "description": "Changes the language of the game.", "trollDescription": "English or Spanish? 😏", + "warning": "Changing the language settings will not change anything at the moment because this game is still in beta and I would like to wait until it's actually finished to make support for other languages instead of constantly going back and forth. Thank you for understanding.", "optionType": "dropdown", "options": ["English", "Spanish", "French", "German", "Japanese"], "defaultValue": "English",