Add map.new
17
map.new.md
Normal file
17
map.new.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# map.new(width, height)
|
||||||
|
Crea un nou tilemap del tamany especificat.
|
||||||
|
|
||||||
|
### Paràmetres
|
||||||
|
|
||||||
|
`width`, `height`
|
||||||
|
Un nombre enter especificant el ample o el alt del tilemap.
|
||||||
|
|
||||||
|
### Exemple
|
||||||
|
```
|
||||||
|
-- TODO
|
||||||
|
```
|
||||||
|
|
||||||
|
### Vore també
|
||||||
|
* [map.load](map.load)
|
||||||
|
* [map.set](map.set)
|
||||||
|
* [map.save](map.save)
|
||||||
Reference in New Issue
Block a user