VERSION = 1,

option InventoryTetris.EnableSearch
{
	type = boolean, default = false,
	page = InventoryTetris,
	translation = InventoryTetris_EnableSearch,
}

option InventoryTetris.SearchTime
{
	type = integer, min = 1, max = 250, default = 45,
	page = InventoryTetris,
	translation = InventoryTetris_SearchTime,
}

option InventoryTetris.BonusGridSize
{
	type = integer, min = 0, max = 8, default = 0,
	page = InventoryTetris,
	translation = InventoryTetris_BonusGridSize,
}

option InventoryTetris.EnableGravity
{
	type = boolean, default = false,
	page = InventoryTetris,
	translation = InventoryTetris_EnableGravity,
}