Content tagged tilemap

Report Tag

184 usages of this tag
  • 3 replies
  • 415 views
This content is deleted
Forum Topic
Tilemaps hierarchy
0 favourites

I want to make some preset modules for creating platforms for my platformer mixing the new Template feature and the Hierarchy one. Thing is, Tilemap doesn't sup...

  • 7 replies
  • 385 views
This content is deleted
Forum Topic
How do I fit tiles?
0 favourites

Construct community, I have an issue thats probably very easy to solve but I dont know how. The issue is with tilemaps. Some tilemaps I add fit the grid perfect...

posted 2 years ago
  • 4 replies
  • 581 views
This content is deleted
Forum Topic
How do I scan a tilemap and detect border tiles?
0 favourites

I'm aware that its possible to check every single tile in a tilemap via a loop and then compare it to its surroundings, but at a larger scale this gives quite a...

posted 2 years ago
  • 2 replies
  • 380 views
This content is deleted
Forum Topic
How to implement SAT for Tilemap?
1 favourites

Some time ago posted a great thing: Will this work with Tilemap? And if so, how to get BBoxRight/Left/Top/Bottom from each tile?

posted 2 years ago
  • 0 replies
  • 203 views

As someone who is working on a sidescroller with stages having somewhat complex layouts, having a tilemap feature is an amazing thing. However, in situations wh...

  • 2 replies
  • 204 views
This content is deleted
Forum Topic
Find closest tile with collisions disabled?
0 favourites

Is it possible to check if a certain tile has it's collisions disabled in a tilemap? I'm trying to make a character drop something in the layout. But it should...

posted 2 years ago
  • 7 replies
  • 386 views
This content is deleted
Forum Topic
How do I count tiles without killing the CPU?
0 favourites

Let me explain the game I am making and the problem. The Game: You're a roomba collecting dust from the floor. Months ago I used a technique that allowed the ro...

  • 4 replies
  • 331 views
This content is deleted
Forum Topic
PositionToTileX function not found...
0 favourites

*Sorry I also posted this in the wrong section (general discussion), can be removed over there.*. So everywhere I read that you can use PositionToTileX function...

posted 2 years ago
  • 3 replies
  • 438 views
0 favourites

I posted this in How Do I, yet they told me to post it in scripting. I think i'm missing a import function? Because asking the TileMap to use function PositionT...

posted 2 years ago
  • 7 replies
  • 365 views
0 favourites

I am using a Tilemap to make a randomly generated Island. I need to use a random noise texture to replace tiles in order to add variety to the land scape. Is th...