• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Tile Help!

B

Butter

Guest
So I was wondering if it is possible to take a specific tile in a tile set and have it be drawn at a speific point, through code not hand drawn. Because I have made a random map generator from perlin noise and want to set in game chuncks to a specific sprite.
 

Rob

Member
You can draw a tile Sprite with normal draw functions eg draw_sprite or you can change a specific tile on a tile layer into another one with tilemap_set, regardless of whether that tile cell was previously empty or not.

Hope that helps!
 
Top