From 0bd824c408e569265db61509514f2b5695e4af74 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Wed, 13 Jan 2021 18:43:08 -0500 Subject: [PATCH] The New Tetris T spawn fixed --- tetris/rulesets/thenew.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tetris/rulesets/thenew.lua b/tetris/rulesets/thenew.lua index 10dcfe1..290c862 100644 --- a/tetris/rulesets/thenew.lua +++ b/tetris/rulesets/thenew.lua @@ -41,11 +41,11 @@ TheNew.big_spawn_positions = { TheNew.block_offsets = { T={ - { {x=0, y=-1}, {x=-1, y=-1}, {x=1, y=-1}, {x=0, y=-2} }, - { {x=0, y=-1}, {x=0, y=-2}, {x=0, y=0}, {x=1, y=-1} }, - { {x=0, y=-1}, {x=1, y=-1}, {x=-1, y=-1}, {x=0, y=0} }, - { {x=0, y=-1}, {x=0, y=0}, {x=0, y=-2}, {x=-1, y=-1} }, - }, + { {x=0, y=0}, {x=1, y=0}, {x=-1, y=0}, {x=0, y=1} }, + { {x=0, y=0}, {x=0, y=1}, {x=0, y=-1}, {x=-1, y=0} }, + { {x=0, y=0}, {x=-1, y=0}, {x=1, y=0}, {x=0, y=-1} }, + { {x=0, y=0}, {x=0, y=-1}, {x=0, y=1}, {x=1, y=0} }, + }, I={ { {x=0, y=0}, {x=-1, y=0}, {x=-2, y=0}, {x=1, y=0} }, { {x=-1, y=-1}, {x=-1, y=-2}, {x=-1, y=0}, {x=-1, y=1} },