Content tagged tilemap

204 usages of this tag
  • 2 replies
  • 352 views
This content is deleted
Forum Topic
How do I evaluate a map created to mimic my own map?
Not favoritedFavorited Favorited 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 5 years ago
  • 2 replies
  • 761 views
This content is deleted
Forum Topic
How do I use a script to change a tile in a tilemap?
Not favoritedFavorited Favorited 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 5 years ago
  • 10 replies
  • 916 views
This content is deleted
Forum Topic
How do I check a tile that has been changed?
Not favoritedFavorited Favorited 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 5 years ago
  • 3 replies
  • 596 views
Not favoritedFavorited Favorited 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 5 years ago
  • 1 replies
  • 483 views
Not favoritedFavorited Favorited 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 5 years ago
  • 0 replies
  • 580 views
This content is deleted
Forum Topic
How do I fix weird shadowcasting with tilemaps?
Not favoritedFavorited Favorited 0 favourites

Howdy everyone! I've been chipping away at my new game, and I've run into a few hurdles while working on the lighting system. I've managed to get my tiles to AL...

  • 2 replies
  • 1.27K views
This content is deleted
Forum Topic
How do I animate tiles?
Not favoritedFavorited Favorited 0 favourites

I am using a tilemap in my top down RPG game and I would like to animate the water tiles. I can imagine a couple ways I could do this. One would be to use sprit...

posted 5 years ago
  • 2 replies
  • 703 views
This content is deleted
Forum Topic
tile setter tutor plz $$$
Not favoritedFavorited Favorited 0 favourites

I skipped the first step of creating a tile map. Pretty sure I could figure it out, but I dont want to waste anymore time. I'm ready to build my game. I'm willi...

  • 5 replies
  • 1.19K views
Not favoritedFavorited Favorited 0 favourites

I'm currently really confused on how I could select a tile ID from a tile map in order to modify it for all tiles with that specific ID. Lets say when I hover o...

posted 5 years ago
  • 0 replies
  • 249 views
This content is deleted
Forum Topic
How do I Make Something Like Super Mario Maker?
Not favoritedFavorited Favorited 0 favourites

Well, actually my problem os that I want to take the user's map (TMX - Tilemap -> .Json) and make a publish, went mal published others players can download it o...