Skip to content

Commit

Permalink
给SRS+和SRS-X加一点注释说明
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Apr 23, 2024
1 parent 4e74c94 commit 523b7ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parts/RSlist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ do
_centroSymSet(TRS.kickTable[25])_centroSymSet(TRS.kickTable[26])-- I5I3
end

local SRS
local SRS -- Pentos are treated as 3*3 piece
do
SRS={
centerTex=GC.DO{10,10,
Expand Down Expand Up @@ -489,7 +489,7 @@ do
for i=8,29 do SRS.kickTable[i]=SRS.kickTable[1] end
end

local SRS_plus
local SRS_plus -- Basic 180 kicks and symmetry I piece kick table
do
SRS_plus={
centerTex=GC.DO{10,10,
Expand Down Expand Up @@ -542,7 +542,7 @@ do
for i=8,29 do SRS_plus.kickTable[i]=SRS_plus.kickTable[1] end
end

local SRS_X
local SRS_X -- Basic 180 kicks and TRS for non-SZJLT
do
SRS_X={
centerTex=GC.DO{10,10,
Expand Down

0 comments on commit 523b7ce

Please sign in to comment.