blob: 5d0a8ee7fd10f85e36d5063157c6f8ae498da628 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)
|