mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
Add bonus square resource
This commit is contained in:
parent
c1d918dd79
commit
402c45ac7f
1 changed files with 17 additions and 0 deletions
|
@ -393,6 +393,23 @@ BEGIN
|
||||||
0x00, 0xFF, 0x00,
|
0x00, 0xFF, 0x00,
|
||||||
END
|
END
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// BONS: bonus square values.
|
||||||
|
//
|
||||||
|
|
||||||
|
// Butts' board
|
||||||
|
ID_BONUS_RES BONS MOVEABLE PURE
|
||||||
|
BEGIN
|
||||||
|
0x4001, 0x0004,
|
||||||
|
0x0200, 0x0300,
|
||||||
|
0x0020, 0x0010,
|
||||||
|
0x1002, 0x0001,
|
||||||
|
0x0000, 0x2000,
|
||||||
|
0x0300, 0x0300,
|
||||||
|
0x0010, 0x0010,
|
||||||
|
0x4001, 0x0002,
|
||||||
|
END
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue