Game Development Community

Simple Tilemap question TGB

by Sean Yeomans · in Torque Game Builder · 07/21/2008 (12:34 pm) · 1 replies

Hi Guys,

Just a quick question. I am having trouble browsing the forums to find a quick solution and i know this simple fix is probably somewhere else. I can browse the forums page by page starting from the beginning but cant search. Well onto the problem. I am using the builder to create the ground for a platformer. The ground is 10 x 10 tiles which are 100 x 100 in size and stretch throughout the entire level. Is there a way to copy these 10x10 tiles and paste them in sequence? My tile map is 900 tiles long.

Thanks

#1
07/21/2008 (1:01 pm)
In the editor you can assign a "brush" when working with a tileLayer, but the brush is only 1x1 tile in size. Unless you want to write a script that does this for you.

The old tile editor could have larger brush sizes but I don't know if thats some hidden legacy feature you can access with script hackery or not... Would be a good thing to add back into the levelEditor though.