]> git.lizzy.rs Git - xdecor.git/commit
Add a Chess Board with game in formspec
authorkilbith <jeanpatrick.guerrero@gmail.com>
Tue, 27 Oct 2015 10:26:08 +0000 (11:26 +0100)
committerkilbith <jeanpatrick.guerrero@gmail.com>
Tue, 27 Oct 2015 10:26:08 +0000 (11:26 +0100)
commit20c9ea62ce3e27a1bf04853be34a44269d9b8dfe
tree047456a24cae16973a5274c0bfc326145a7aa4c1
parent2211965ff04b4fd066053739f2b5cfd901ec218f
Add a Chess Board with game in formspec
17 files changed:
chess.lua [new file with mode: 0644]
init.lua
textures/bishop_black.png [new file with mode: 0644]
textures/bishop_white.png [new file with mode: 0644]
textures/chess_bg.png [new file with mode: 0644]
textures/chessboard_sides.png [new file with mode: 0644]
textures/chessboard_top.png [new file with mode: 0644]
textures/king_black.png [new file with mode: 0644]
textures/king_white.png [new file with mode: 0644]
textures/knight_black.png [new file with mode: 0644]
textures/knight_white.png [new file with mode: 0644]
textures/pawn_black.png [new file with mode: 0644]
textures/pawn_white.png [new file with mode: 0644]
textures/queen_black.png [new file with mode: 0644]
textures/queen_white.png [new file with mode: 0644]
textures/rook_black.png [new file with mode: 0644]
textures/rook_white.png [new file with mode: 0644]