fix documentation formating
This commit is contained in:
29
visuals.md
29
visuals.md
@@ -2,22 +2,25 @@
|
||||
|
||||
## Pixel mode resolutions
|
||||
|
||||
0. 80x60
|
||||
1. 160x120
|
||||
2. 256x192
|
||||
3. 320x240
|
||||
4. 640x480
|
||||
5. 800x600
|
||||
6. 920x720
|
||||
7. 1024x768
|
||||
Resolution ID | Resolution
|
||||
-- | --
|
||||
`0` | `80x60`
|
||||
`1` | `160x120`
|
||||
`2` | `256x192`
|
||||
`3` | `320x240`
|
||||
`4` | `640x480`
|
||||
`5` | `800x600`
|
||||
`6` | `920x720`
|
||||
`7` | `1024x768`
|
||||
|
||||
## Map size
|
||||
## Map sizes
|
||||
|
||||
### 15x11
|
||||
|
||||
Pro: The width and hight are odd, allowing the map to have a central column and row.
|
||||
|
||||
Tile size per resolution:
|
||||
0. 5x5 pixels, with a reminder of 5 pixels en width and 5 pixels in height.
|
||||
1. 10x10 pixels, with a reminder of 10w and 10h
|
||||
2. 17x17 pixels, no reminder
|
||||
Resolution ID | Tile size (in pixels) | Comment
|
||||
-- | -- | --
|
||||
`0` | `5x5` | with a reminder of 5 pixels en width and 5 pixels in height.
|
||||
`1` | `10x10` | with a reminder of 10w and 10h
|
||||
`2` | `17x17` | no reminder
|
||||
|
||||
Reference in New Issue
Block a user