KRS color and kick update

pull/4/head
Ishaan Bhardwaj 2021-02-22 22:45:27 -05:00
parent 292be80ff0
commit 253cd7bf93
1 changed files with 11 additions and 2 deletions

View File

@ -4,6 +4,15 @@ local KRS = SRS:extend()
KRS.name = "K.R.S."
KRS.hash = "KRS"
KRS.colourscheme = {
I = "M",
L = "R",
J = "C",
S = "O",
Z = "B",
O = "Y",
T = "G",
}
KRS.wallkicks_3x3 = {
[0]={
@ -14,7 +23,7 @@ KRS.wallkicks_3x3 = {
[1]={
[0]={{1,0},{1,1}},
[2]={{1,0},{1,-1}},
[3]={{2,0}},
[3]={{1,0},{2,0}},
},
[2]={
[0]={{0,1},{0,2}},
@ -23,7 +32,7 @@ KRS.wallkicks_3x3 = {
},
[3]={
[0]={{-1,0},{-1,1}},
[1]={{-2,0}},
[1]={{-1,0},{-2,0}},
[2]={{-1,0},{-1,-1}},
},
}