Renamed ACE-ARS to ACE-ARS2 and added ACE-ARS that guideline piece lock and colours

This commit is contained in:
Oshisaure
2020-10-17 03:37:44 +01:00
parent c2d1c1183c
commit 92c852d178
2 changed files with 191 additions and 0 deletions

View File

@@ -6,6 +6,19 @@ local ARS = Ruleset:extend()
ARS.name = "ACE-ARS"
ARS.hash = "ArikaACE"
ARS.colourscheme = {
I = "C",
L = "O",
J = "B",
S = "G",
Z = "R",
O = "Y",
T = "M",
}
ARS.softdrop_lock = false
ARS.harddrop_lock = true
ARS.spawn_positions = {
I = { x=5, y=2 },
J = { x=4, y=3 },