mirror of
https://github.com/mi57730/a2d.git
synced 2025-01-05 18:29:21 +00:00
Update MGTK.md
This commit is contained in:
parent
a201d74060
commit
18d6762cae
12
MGTK.md
12
MGTK.md
@ -35,7 +35,17 @@ ca65 syntax is used for primitives: `.byte`, `.word` (interpreted as 16-bit sign
|
||||
```
|
||||
|
||||
### Pattern
|
||||
A simple repeating 8x8 _pattern_ is defined by 8 bytes. All bits of each byte are used.
|
||||
A simple repeating 8x8 pattern is defined by 8 bytes. All bits of each byte are used.
|
||||
```
|
||||
.byte row0
|
||||
.byte row1
|
||||
.byte row2
|
||||
.byte row3
|
||||
.byte row4
|
||||
.byte row5
|
||||
.byte row6
|
||||
.byte row7
|
||||
```
|
||||
|
||||
### MapInfo
|
||||
Used with GrafPorts to define offsets/clipping, and bitmaps for source data.
|
||||
|
Loading…
Reference in New Issue
Block a user