Content tagged tilemap

Report Tag

184 usages of this tag
  • 1 replies
  • 396 views
This content is deleted
Forum Topic
Can you erase tiles in r217?
0 favourites

I've already sent in a bug report for this potential issue, but I also wanted to see if it's an isolated issue. Are you able to erase tiles in r217? I have trie...

posted 4 years ago
  • 2 replies
  • 809 views
This content is deleted
Forum Topic
How to have an efficient Tilemap Z-order / depth?
0 favourites

I have spent a good chunk of time reading everything I could find on the forum, but I couldn't find anything that would really help me figure this out without c...

  • 2 replies
  • 435 views
This content is deleted
Forum Topic
Does this happen to anyone else?
0 favourites

It's me again but in another forum this time. When I use a tilemap and I click on one of the tiles to see its collisions, the program hangs, freezes, dies and o...

posted 4 years ago
  • 5 replies
  • 768 views
This content is deleted
Forum Topic
Loading Canvas or Sprite from TileMap
0 favourites

Would it be possible to load a "canvas" (drawing canvas) or load a "sprite" with an image of a certain position of the "TileMap" (Tilemap.TileAt(x, y))?

  • 4 replies
  • 447 views

So, I can easily increase the width of my tilemap by setting its width to tilemap.Width+100, but this only increases its width on the right side. I need to incr...

posted 4 years ago
  • 10 replies
  • 1.2K views

Actually, I created a tileset with Illustrator, with 300 DPI for Higher Definition. In the workspace, each tile is 32x32 pixels. The fact is, when I export, the...

  • 3 replies
  • 566 views
This content is deleted
Forum Topic
Tilemap collisions - missing something?
0 favourites

I am trying to implement tilemap collisions. When the ship (see screenshot) collides with one of the tiles (in red), it stops. However as soon as I start moving...

  • 2 replies
  • 225 views
This content is deleted
Forum Topic
How do I evaluate a map created to mimic my own map?
0 favourites

A bit of a strange question, but let's say I have a level. This level consists of 2-3 tilemap objects. These tilemaps are layered on top of each other to create...

posted 4 years ago
  • 2 replies
  • 530 views
This content is deleted
Forum Topic
How do I use a script to change a tile in a tilemap?
0 favourites

I am trying to use this script to change a tile in my tilemap from whatever it is to tileID "123". Const tm = runtime.Objects.Tilemap.GetFirstInstance(); Const...

posted 3 years ago
  • 10 replies
  • 574 views
This content is deleted
Forum Topic
How do I check a tile that has been changed?
0 favourites

My player has the ability to modify the tilemap. For example they can use the Hoe tool to change the tile from grass (TileID:0) to dirt (TileID:1282). And this...

posted 3 years ago