Forum Topics tagged tilemap

Report Tag

172 forum topics with this tag
  • 2 replies
  • 436 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
  • 769 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
  • 448 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
  • 568 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
  • 226 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
  • 531 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
  • 575 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
  • 3 replies
  • 421 views
0 favourites

Distance(Tilemap.TileID(1282).X,Player.X,Tilemap.TileID(1282).Y,Player.Y). But Tilemap.TileID Is'nt a real function. Is there some way to do this that I'm missi...

posted 3 years ago
  • 1 replies
  • 343 views
0 favourites

I'm building a farm sim and I am trying to find a way so I can change all of my "watered" tiles into "not watered" tiles every time the character starts a new d...

posted 3 years ago