Forum Topics tagged tilemap

Report Tag

174 forum topics with this tag
  • 8 replies
  • 483 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
  • 534 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
  • 494 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 3 years ago
  • 6 replies
  • 1.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
  • 572 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
  • 465 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
  • 711 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...

  • 4 replies
  • 684 views
This content is deleted
Forum Topic
How do I Make Tiles Breakable Like In Terraria?
0 favourites

I am working on a terraria-like game and I don't know how to make the tiles breakable with the tile being animated with cracks growing, what's the easiest way o...

posted 2 years ago
  • 8 replies
  • 588 views
This content is deleted
Forum Topic
How do I turn off snapping for tilemaps?
0 favourites

My tilemaps are 32x32, but I am trying to position some of them only 16 pixels apart (think platforms) and not fully 32px. But when I try to draw them, they alw...