• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

 please add way to do the following with tilesets

S

Shadowblitz16

Guest
please add a way to do the following with tilesets..
get_width();
get_height();
set_sprite();
get_sprite();

these are very useful and allow the programmer to NOT build his editor around magic numbers and switch out tilesets at run time.
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
There are plans to add these features to tilesets, but there is no timeline for when they will be added. Due to the nature of tiles, it's not a simple task to swap tileset sprites and and change cell size etc... and so requires some work to impliment.
 
S

Shadowblitz16

Guest
ok cool it just is really hard to implement moddable tiles this way
 
Top