Tagged Questions
0
votes
1answer
38 views
Torque2D createTileLayer
The script reference "manual" is not much of a help. When I look up createTileLayer(tileCountX/tileCountY/tileSizeX/tileSizeY) it doesn't say more than it creates a new TileLayer.
But, in what unit ...
2
votes
1answer
77 views
Torque2D, Class vs Datablock
I'm scripting my first game with Torque2D and have not fully understood the difference between "Class" and Datablock.
To me it seems like Datablock is similar to a struct in C/C++ or a Record in ...