Map tile
Implement a map scene.
How to do it:
- Get arrow keys
- Saving a
pos
(x
/y
) - Draw a tile sprite, and move it accordingly with
pos
- Draw multiple tiles
- Add game objects (like
NPC
) on tiles
Implement a map scene.
How to do it:
pos
(x
/y
)pos
NPC
) on tiles