Tile Mapping and Top down isometric games

0 favourites
  • 5 posts
From the Asset Store
A template which allows you to customise the controls of your game.
  • Is it possible to make a top down isometric game using the tile mapping to make the levels or am I going to have to make each sprite and stack them next to each other?

    Currently I tried doing it with tile mapping but I have issues when i do the right and left walls, the top and bottom are fine since the image is a square, but my side images are made up of multiple lines

    Ex:

    Top:

    ___

    Side:

    /

    /

    Since my sides are at a slant they have white spaces next to them so when i try to set them side by side using a tile map i get the white edges still.

    If I make them different sprites I can set them next to each other just fine, but I have a lot of sprites I will have to make then and it will slow my game down.

  • The built in tilemap object is for straight grids only I'm afraid.

    There might be plugins to handle isometric tilemaps.

    Otherwise, isometric tilemaps are rather well documented online and it should be a small commitment to recreate a custom isomentric tilemap system with arrays and positioning the tiles via events. This way you can even do your level design in a spreadsheet and import that as a .csv project file to keep things flexible.

  • What I was thinking, just wanted to make sure thanks.

  • rexrainbow has done some great work in this field already -- check out the following plugin:

    I've asked him to add a "DrawTile" feature to actually draw the iso-maps to the screen, but I haven't heard back in a while...

    -Remy

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • remy-jay

    It does not in my current schedule, sorry. I still have some plugins in my tasks queue.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)