mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
Arrows
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@733 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
55b63c2f76
commit
38ace228d8
1 changed files with 9 additions and 9 deletions
|
@ -105,21 +105,21 @@ byte pic_up_data[8][8] =
|
||||||
{255,255,255,255,255,255,255,255},
|
{255,255,255,255,255,255,255,255},
|
||||||
{255,255,255,255,255,255,255,255},
|
{255,255,255,255,255,255,255,255},
|
||||||
{255,255,255, 7,255,255,255,255},
|
{255,255,255, 7,255,255,255,255},
|
||||||
{255,255, 8, 8, 6,255,255,255},
|
{255,255, 8, 8, 7,255,255,255},
|
||||||
{255, 8, 8, 2, 6, 6,255,255},
|
{255, 8, 4, 8, 4, 7,255,255},
|
||||||
{ 8, 8, 2, 2,255, 8, 9,255},
|
{255,255, 2, 8, 2, 2, 2,255},
|
||||||
{255, 2, 2,255,255,255, 2, 2},
|
{255,255,255, 8, 2,255,255,255},
|
||||||
{255,255,255,255,255,255,255,255},
|
{255,255,255,255, 2,255,255,255},
|
||||||
};
|
};
|
||||||
|
|
||||||
byte pic_down_data[8][8] =
|
byte pic_down_data[8][8] =
|
||||||
{
|
{
|
||||||
{255,255,255,255,255,255,255,255},
|
{255,255,255,255,255,255,255,255},
|
||||||
{255,255,255,255,255,255,255,255},
|
{255,255,255,255,255,255,255,255},
|
||||||
{255,255,255,255,255,255,255,255},
|
{255,255,255, 8,255,255,255,255},
|
||||||
{ 8, 8,255,255,255, 8, 9,255},
|
{255,255,255, 8, 2,255,255,255},
|
||||||
{255, 8, 8,255, 6, 6, 2, 2},
|
{255, 8, 4, 8, 4, 7,255,255},
|
||||||
{255,255, 8, 8, 6, 2, 2,255},
|
{255,255, 8, 8, 7, 2, 2,255},
|
||||||
{255,255,255, 7, 2, 2,255,255},
|
{255,255,255, 7, 2, 2,255,255},
|
||||||
{255,255,255,255, 2,255,255,255},
|
{255,255,255,255, 2,255,255,255},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue