Revision 172
changed crosshair centre
crosshair.h | ||
---|---|---|
2 | 2 |
#include "sprite.h" |
3 | 3 |
|
4 | 4 |
sprite_t* get_crosshair(){ |
5 |
return sprite_ctor(crosshair_xpm, 0, 0);
|
|
5 |
return sprite_ctor(crosshair_xpm, 16, 16);
|
|
6 | 6 |
} |
Also available in: Unified diff