v0.3-beta3
parent
f4f0d432df
commit
a67b59cb82
|
@ -16,6 +16,7 @@ Ascension.colourscheme = {
|
|||
}
|
||||
Ascension.softdrop_lock = false
|
||||
Ascension.harddrop_lock = true
|
||||
Ascension.spawn_above_field = true
|
||||
|
||||
Ascension.spawn_positions = {
|
||||
I = { x=4, y=4 },
|
||||
|
|
|
@ -5,6 +5,7 @@ local BONKERS = Ruleset:extend()
|
|||
BONKERS.name = "B.O.N.K.E.R.S."
|
||||
BONKERS.hash = "Bonkers"
|
||||
BONKERS.world = true
|
||||
BONKERS.spawn_above_field = true
|
||||
|
||||
BONKERS.spawn_positions = {
|
||||
I = { x=5, y=4 },
|
||||
|
|
|
@ -18,6 +18,7 @@ CRAP.colourscheme = {
|
|||
}
|
||||
CRAP.softdrop_lock = true
|
||||
CRAP.harddrop_lock = false
|
||||
CRAP.spawn_above_field = true
|
||||
|
||||
CRAP.spawn_positions = {
|
||||
I = { x=5, y=4 },
|
||||
|
|
|
@ -8,6 +8,7 @@ MizuRS.hash = "MizuRS"
|
|||
|
||||
MizuRS.softdrop_lock = false
|
||||
MizuRS.harddrop_lock = true
|
||||
MizuRS.spawn_above_field = true
|
||||
|
||||
MizuRS.colourscheme = {
|
||||
I = "R",
|
||||
|
|
|
@ -8,12 +8,12 @@ PPTPRS.hash = "Puyo Tetris Pentos"
|
|||
|
||||
PPTPRS.spawn_positions = {
|
||||
I = { x=5, y=4 },
|
||||
J = { x=4, y=4 },
|
||||
L = { x=4, y=4 },
|
||||
O = { x=5, y=4 },
|
||||
S = { x=4, y=5 },
|
||||
J = { x=4, y=5 },
|
||||
L = { x=4, y=5 },
|
||||
O = { x=5, y=5 },
|
||||
S = { x=5, y=5 },
|
||||
T = { x=4, y=5 },
|
||||
Z = { x=4, y=4 },
|
||||
Z = { x=4, y=5 },
|
||||
}
|
||||
|
||||
PPTPRS.block_offsets = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
local SRS = require 'tetris.rulesets.standard_exp'
|
||||
local SRS = require 'tetris.rulesets.standard'
|
||||
|
||||
local Shirase = SRS:extend()
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ Tengen.colourscheme = {
|
|||
T = "Y",
|
||||
Z = "C"
|
||||
}
|
||||
Tengen.spawn_above_field = true
|
||||
|
||||
Tengen.spawn_positions = {
|
||||
I = { x=3, y=4 },
|
||||
|
|
|
@ -18,6 +18,7 @@ TheNew.colourscheme = {
|
|||
Z = "R",
|
||||
T = "Y"
|
||||
}
|
||||
TheNew.spawn_above_field = true
|
||||
|
||||
TheNew.spawn_positions = {
|
||||
I = { x=5, y=4 },
|
||||
|
|
Loading…
Reference in New Issue