hello, Im new here.
new to corona and dusk engine.
I made a map using tiled map editor and load it using:
local dusk = require("Dusk.Dusk") local map = dusk.buildMap("tes.lua")
I have some questions :
- my map succesfully loaded, but not fully displayed
map size 64x64 using 16x16 tile
can we display the full size of the map?
- can we use scrollview for the map?
thats all for now.
thanks :lol: