From e1dc01d0d0dad95f2e5b123e12c82de1c5e63884 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Tue, 10 Nov 2020 16:10:10 -0500 Subject: [PATCH] Changed the rotation game setting to be less ambiguous --- scene/game_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/game_config.lua b/scene/game_config.lua index beef971..824906c 100644 --- a/scene/game_config.lua +++ b/scene/game_config.lua @@ -8,7 +8,7 @@ ConfigScene.options = { -- this serves as reference to what the options' values mean i guess? {"manlock", "Manual locking",{"Per ruleset","Per gamemode","Harddrop", "Softdrop"}}, {"piece_colour", "Piece Colours", {"Per ruleset","Arika" ,"TTC"}}, - {"world_reverse","World Reverse", {"No" ,"SRS only" ,"Always"}}, + {"world_reverse","A Button Rotation", {"Left" ,"Auto" ,"Right"}}, } local optioncount = #ConfigScene.options