Game Development Community

Rotate individual tiles

by Shaz · in Torque Game Builder · 10/27/2008 (8:42 pm) · 2 replies

Is it possible to rotate images in individual tiles (rather than the whole tile map/layer) - via script?

#1
10/27/2008 (9:56 pm)
Short answer: No.

You would be best off scripting a grid and translating/rotating individual scene objects to get the desired effect.
#2
10/28/2008 (12:41 am)
Just the answer I didn't want to hear :) Thanks - I kinda expected I'd have to go that way.