Can you draw a tilemap on a Canvas? Here's what I'm trying to accomplish...
You're playing a topdown 2D SciFi action shooter. You are the pilot. You're flying around and dogfighting another player. You need to make an escape to another solar system but your hyperspace drive is offline, and here's where it gets interesting. By pressing TAB an overly screen of the 2D interior of your ship appears allowing you to leave the pilot's chair and roam around as needed.
It would be great if such a screen could be implemented on the canvas complete with multiplayer aspects allowing other team mates to pilot the ship in your absence and maintain the ship.
Can this be done on the Canvas?
If not what kind of implementation would essentially allow the illusion of a 2D environment(interior of the ship) within a 2D environment (exterior)?
Thanks, SFoxx28