[n00b] overlaying sprites in map
so yes. i have a background sprite and want to either make layers (background, foreground, player) or stack sprites in map. possible or question is feature request? something like tiled have builtin... means - without code, yes?
See tutorial >> Drawing >> Sprite and maps.
The link is under the bulb icon.
One option is to have many maps and draw them on top of each other (also lets you stack sprites between the layers, for example with a sidescrolling game with parallax foreground/background or something). I made a game, https://microstudio.dev/i/JmeJuniper/tainakel/ , using this method for all the levels, having separate maps for the background, floor items (buttons, apples, etc.), rocks, snake, and walls if you want an example (though the coding is hacky and messy and overall really bad). Gilles (microstudio's founder) is planning on implimenting a layers feature in the future, though it isn't here yet unfortunately.