v0.3-beta3

pull/4/head
Ishaan Bhardwaj 2021-02-08 23:24:05 -05:00
parent f4f0d432df
commit a67b59cb82
8 changed files with 12 additions and 6 deletions

View File

@ -16,6 +16,7 @@ Ascension.colourscheme = {
} }
Ascension.softdrop_lock = false Ascension.softdrop_lock = false
Ascension.harddrop_lock = true Ascension.harddrop_lock = true
Ascension.spawn_above_field = true
Ascension.spawn_positions = { Ascension.spawn_positions = {
I = { x=4, y=4 }, I = { x=4, y=4 },

View File

@ -5,6 +5,7 @@ local BONKERS = Ruleset:extend()
BONKERS.name = "B.O.N.K.E.R.S." BONKERS.name = "B.O.N.K.E.R.S."
BONKERS.hash = "Bonkers" BONKERS.hash = "Bonkers"
BONKERS.world = true BONKERS.world = true
BONKERS.spawn_above_field = true
BONKERS.spawn_positions = { BONKERS.spawn_positions = {
I = { x=5, y=4 }, I = { x=5, y=4 },

View File

@ -18,6 +18,7 @@ CRAP.colourscheme = {
} }
CRAP.softdrop_lock = true CRAP.softdrop_lock = true
CRAP.harddrop_lock = false CRAP.harddrop_lock = false
CRAP.spawn_above_field = true
CRAP.spawn_positions = { CRAP.spawn_positions = {
I = { x=5, y=4 }, I = { x=5, y=4 },

View File

@ -8,6 +8,7 @@ MizuRS.hash = "MizuRS"
MizuRS.softdrop_lock = false MizuRS.softdrop_lock = false
MizuRS.harddrop_lock = true MizuRS.harddrop_lock = true
MizuRS.spawn_above_field = true
MizuRS.colourscheme = { MizuRS.colourscheme = {
I = "R", I = "R",

View File

@ -8,12 +8,12 @@ PPTPRS.hash = "Puyo Tetris Pentos"
PPTPRS.spawn_positions = { PPTPRS.spawn_positions = {
I = { x=5, y=4 }, I = { x=5, y=4 },
J = { x=4, y=4 }, J = { x=4, y=5 },
L = { x=4, y=4 }, L = { x=4, y=5 },
O = { x=5, y=4 }, O = { x=5, y=5 },
S = { x=4, y=5 }, S = { x=5, y=5 },
T = { x=4, y=5 }, T = { x=4, y=5 },
Z = { x=4, y=4 }, Z = { x=4, y=5 },
} }
PPTPRS.block_offsets = { PPTPRS.block_offsets = {

View File

@ -1,4 +1,4 @@
local SRS = require 'tetris.rulesets.standard_exp' local SRS = require 'tetris.rulesets.standard'
local Shirase = SRS:extend() local Shirase = SRS:extend()

View File

@ -14,6 +14,7 @@ Tengen.colourscheme = {
T = "Y", T = "Y",
Z = "C" Z = "C"
} }
Tengen.spawn_above_field = true
Tengen.spawn_positions = { Tengen.spawn_positions = {
I = { x=3, y=4 }, I = { x=3, y=4 },

View File

@ -18,6 +18,7 @@ TheNew.colourscheme = {
Z = "R", Z = "R",
T = "Y" T = "Y"
} }
TheNew.spawn_above_field = true
TheNew.spawn_positions = { TheNew.spawn_positions = {
I = { x=5, y=4 }, I = { x=5, y=4 },