mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 03:35:09 +01:00
Remove whitespace, eof newline
@@ -3,7 +3,7 @@ A G1 element is typically a sprite. It is basically an image.
|
||||
There would appear to be two image formats that the G1 element can be.
|
||||
|
||||
## RLE Compressed G1 Element
|
||||
Run length encoded element.
|
||||
Run length encoded element.
|
||||
|
||||
The first y words are offsets to the corresponding y line. You use this to jump to the correct line if you do not require info from the first line.
|
||||
|
||||
@@ -41,4 +41,4 @@ Note that the final image has more bytes than the original image. For larger ima
|
||||
The second type is not compressed and it is a simple one to one relationship.
|
||||
|
||||
## Palettes
|
||||
The drawing code also uses palettes to translate some of the colours. This is used for example with security guards to change their top colour. There are two palettes that are not loaded and are modified throughout the code (0x9ABE0C and 0x9ABF0C)
|
||||
The drawing code also uses palettes to translate some of the colours. This is used for example with security guards to change their top colour. There are two palettes that are not loaded and are modified throughout the code (0x9ABE0C and 0x9ABF0C)
|
||||
|
||||
Reference in New Issue
Block a user