ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/Gloran/Water
Revision: 1.1
Committed: Mon Feb 6 20:26:11 2006 UTC (18 years, 4 months ago) by root
Branch point for: UPSTREAM, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 #define Water_width 24
2     #define Water_height 24
3     static char Water_bits[] = {
4     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5     0x80, 0xc1, 0xe0, 0xc0, 0xe1, 0x70, 0xe0, 0xf3, 0x39, 0x70, 0xbb, 0x1d,
6     0x38, 0x9f, 0x0f, 0x1c, 0x8e, 0x07, 0x0e, 0x06, 0x03, 0x00, 0x00, 0x00,
7     0x00, 0x00, 0x00, 0x80, 0xc1, 0xe0, 0xc0, 0xe1, 0x70, 0xe0, 0xf3, 0x39,
8     0x70, 0xbb, 0x1d, 0x38, 0x9f, 0x0f, 0x1c, 0x0e, 0x07, 0x0e, 0x06, 0x03,
9     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};