Add map.new

2025-05-30 20:51:01 +02:00
parent 618d86d919
commit fee64a4ec4

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)