1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Updated G1 Elements Layout (markdown)

Duncan
2014-05-21 08:41:27 -07:00
parent b5b75d73c3
commit 339acee94c

@@ -17,11 +17,11 @@ When you have jumped to the correct line there are 2 bytes that inform you of th
Example G1 Element 4x4 pixels.
```
0000: 0x0008,0x000F,0x0015,0x0018 ;4 words
0000: 0x0008,0x000F,0x0015,0x0018 ;4 words in line offsets
0008: 0x01,0x01,0xff,0x82,0x00,0xa1,0xff ;7 bytes in line 0
000F: 0x84,0x00,0xff,0xff,0xa1,0xff ;6 bytes in line 1
0015: 0x81,0x03,0xff ;3 bytes in line 2
0018: 0x81,0x03,0xa1 ;3 bytes in line 3
000F: 0x84,0x00,0xff,0xff,0xa1,0xff ;6 bytes in line 1
0015: 0x81,0x03,0xff ;3 bytes in line 2
0018: 0x81,0x03,0xa1 ;3 bytes in line 3
```
Final image. Note that blank areas will be whatever the current drawing area is.