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