Content tagged tilemap

Report Tag

184 usages of this tag
  • 1 replies
  • 216 views

This is for local, not web. This is for node webkit export only. This can NOT be an image file in the game folder, it has to be from any folder the player selec...

  • 1 replies
  • 425 views
0 favourites

I'm trying to use the "set tile with brush" action in order to let Construct draw tilmaps quickly on startup, based on a minimalist tilemap that serves as some...

posted 2 years ago
  • 8 replies
  • 472 views

Is there a way to generate a tile object for collision purposes without manually tracing each black line of this maze? Thank you!

  • 7 replies
  • 520 views
0 favourites

I'm working on trying to delete the yellow line trap in my game if the player doesn't make the line connect. I manage to actually get the line and box trap to d...

  • 2 replies
  • 444 views
This content is deleted
Forum Topic
My Path Finding won't work with a tilemap
0 favourites

I'm making a top down view zombie shooter, my zombies use the pathfinding behaviour and well, I'm using a solid tilemap for obstacles, But I've realized that th...

  • 5 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I spawn an object on each tile on a tilemap
1 favourites

I'm trying to spawn an object on all edges of each tile of a tilemap , basicaly I only want to spawn an object in the tiles that arnt empty. I want to spawn an...

posted 2 years ago
  • 6 replies
  • 1K views

This tilemap has tiles that are 256x256. I want to be able to change the size of my selector to 64x64 (divide each tile evenly into 4x4) so that I can 'select'...

  • 3 replies
  • 507 views
This content is deleted
Forum Topic
How do I Scale a Tilemap?
0 favourites

I am making a game where the player re-arranges pieces of an image. I am using a tilemap for the image. I have a high-resolution tile map (1800*1800), and I wan...

posted 2 years ago
  • 1 replies
  • 447 views
0 favourites

I've got a top-down layout that uses seed generation and a tilemap to infinitely generate terrain. Whenever the player reaches an invisible edge of the layout,...

  • 12 replies
  • 663 views
This content is deleted
Forum Topic
How do I Easystar Enemy Movement?
0 favourites

Hey guys, I'm trying to use Easystar to move around enemies. So I have multiple enemies calculating path to the enemy and moving, my problem is that they're cal...