Changed size of pawns

master
DonBatman 2015-09-16 23:04:37 -06:00
parent e37a9726ca
commit 8d5f9ab2e0
1 changed files with 9 additions and 0 deletions

View File

@ -102,11 +102,20 @@ local knight = {
local pon = {
type = "fixed",
fixed = {
{-0.25, -0.5, -0.25, 0.25, -0.4375, 0.25},
{-0.1875, -0.5, -0.1875, 0.1875, -0.375, 0.1875},
{-0.125, -0.5, -0.125, 0.125, -0.3125, 0.125},
{-0.0625, -0.5, -0.0625, 0.0625, 0.0625, 0.0625},
{-0.0625, -0.0625, -0.125, 0.0625, 0.0625, 0.125},
{-0.125, -0.0625, -0.0625, 0.125, 0.0625, 0.0625},
--[[
{-0.3125, -0.5, -0.3125, 0.3125, -0.4375, 0.3125},
{-0.25, -0.4375, -0.25, 0.25, -0.375, 0.25},
{-0.1875, -0.375, -0.1875, 0.1875, -0.3125, 0.1875},
{-0.125, -0.3125, -0.125, 0.125, 0.0625, 0.125},
{-0.1875, 0.0625, -0.1875, 0.1875, 0.375, 0.1875},
--]]
}
}
local bishop = {