Tetra-X revisions

pull/3/head
Ishaan Bhardwaj 2020-11-14 22:58:14 -05:00
parent a7ab3da470
commit db4c8eafe8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
local SRS = require 'tetris.rulesets.ti_srs'
local SRS = require 'tetris.rulesets.arika_srs'
local Tetra = SRS:extend()
@ -90,4 +90,4 @@ function Tetra:onPieceMove() end
function Tetra:onPieceRotate() end
function Tetra:get180RotationValue() return 2 end
return Tetra
return Tetra