VERSIÓ 1.4.7
- [NEW] map.cell() per a establir o llegir el tamany dels tiles del mapa
This commit is contained in:
@@ -102,6 +102,15 @@ function map.tile(x, y) end
|
||||
---Set the tile at the position (x,y) in the current tilemap
|
||||
function map.tile(x, y, tile) end
|
||||
|
||||
---@param w number
|
||||
---@param h number
|
||||
---Set current tile size
|
||||
function map.cell(w, h) end
|
||||
|
||||
---@return number w, number h
|
||||
---Set current tile size
|
||||
function map.cell() end
|
||||
|
||||
---@class pal
|
||||
pal = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user