Added header

master
Rubenwardy 2012-08-21 21:21:16 +01:00
parent 543cd1abc0
commit 9aeef43789
1 changed files with 81 additions and 72 deletions

View File

@ -1,4 +1,13 @@
--This file declares all the pieces for the game
-- CHESS MOD
-- ======================================
-- chess/pieces.lua
-- ======================================
-- Registers the chess pieces
--
-- Contents:
--
-- [loop] registers pieces
-- ======================================
local colors = {"black", "white",}