Add Construct modes

This commit is contained in:
NOT_A_ROBOT
2023-09-18 12:49:17 +07:00
parent 7141f46948
commit a475232432
21 changed files with 557 additions and 195 deletions

View File

@@ -43,6 +43,7 @@ return {
infHeightOn="Infinite Height ON",
infHeightOff="Infinite Height OFF",
infHeightHint="Toggle with Function 1 key",
highest="(highest: $1)",
speedLV="Speed Level",
piece="Piece",line="Lines",atk="Attack",eff="Efficiency",
@@ -866,7 +867,9 @@ C. Gamepad
['sprintPenta']= {"Sprint", "PENTOMINO", "40L with the 18 pentominoes"},
['sprintMPH']= {"Sprint", "MPH", "Memoryless\nPreviewless\nHoldless"},
['sprint123']= {"Sprint", "M123", "40L with only monominoes, dominoes, and triminoes"},
['secret_grade']= {"Secret Grade", "", "Building a zigzag shape by following the guide!"},
['construct_sg']= {"Construct", "SECRET GRADE", "Build a zigzag pattern by following the guide!"},
['construct_checker']= {"Construct", "CHECKERBOARD", "Build a checkerboard pattern!"},
['construct_invsg']= {"Construct", "INV. SG", "Build an inverted zigzag pattern!"},
['dig_10l']= {"Dig", "10L", "Dig 10 garbage lines as fast as you can!"},
['dig_40l']= {"Dig", "40L", "Dig 40 garbage lines as fast as you can!"},
['dig_100l']= {"Dig", "100L", "Dig 100 garbage lines as fast as you can!"},