From f2be04f269d7c40ad903639176631932a3f4f473 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Fri, 7 Oct 2022 00:37:08 -0400 Subject: [PATCH] Fixed horizontal spawn positions for 3x3 pieces (Nintendo-R) --- tetris/rulesets/nintendo_r.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tetris/rulesets/nintendo_r.lua b/tetris/rulesets/nintendo_r.lua index 4e59353..df90856 100644 --- a/tetris/rulesets/nintendo_r.lua +++ b/tetris/rulesets/nintendo_r.lua @@ -7,12 +7,12 @@ Nintendo.hash = "NintendoR" Nintendo.spawn_positions = { I = { x=5, y=4 }, - J = { x=4, y=5 }, - L = { x=4, y=5 }, + J = { x=5, y=5 }, + L = { x=5, y=5 }, O = { x=5, y=5 }, - S = { x=4, y=5 }, - T = { x=4, y=5 }, - Z = { x=4, y=5 }, + S = { x=5, y=5 }, + T = { x=5, y=5 }, + Z = { x=5, y=5 }, } Nintendo.big_spawn_positions = {