Changed the rotation game setting to be less ambiguous

pull/13/head
Ishaan Bhardwaj 2020-11-10 16:10:10 -05:00
parent 7228707241
commit e1dc01d0d0
1 changed files with 1 additions and 1 deletions

View File

@ -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