diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-22 16:55:18 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-22 16:55:18 +0200 |
commit | 899747e5f4804c4ea6f894939a12da569aeef676 (patch) | |
tree | 191dd717c50dea5c4738f14ea69e8db24cdc674b /maps/readme.md | |
parent | ff2c652ecf999711a1c2b4fc2ef67d3be9798f0c (diff) | |
download | roflnauts-899747e5f4804c4ea6f894939a12da569aeef676.zip roflnauts-899747e5f4804c4ea6f894939a12da569aeef676.tar.gz roflnauts-899747e5f4804c4ea6f894939a12da569aeef676.tar.bz2 |
Uhhh worst readme ever
Diffstat (limited to 'maps/readme.md')
-rw-r--r-- | maps/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/maps/readme.md b/maps/readme.md index 85190f7..5d0a8ee 100644 --- a/maps/readme.md +++ b/maps/readme.md @@ -1,4 +1,20 @@ # Mapmaking *Hugs Emo*. +### Center +It is the center of the map. Camera will use it for tracking and together with **map size** they will cause deaths to players (IRL). +### Size +This is used for camera and checking if naut should die. Camera tracks nauts that are in rectangle with *width* x *height* size with its center in **map center**. +Nauts will die if they are outside of rectangle with *width⋅2* x *height⋅2* size also with its center in the **map center**. + +### Colors +In RGBA format. + +### Respawns +Global coordinates to each respawn point. + +### Platforms +This image should explain most parts of creating platforms: + +![alt](https://raw.githubusercontent.com/nthirtyone/not-nautz/master/maps/platform.png) |