Author Topic: Snap to Grid  (Read 648 times)

I'm getting used to Visual C#, just a little slowly.

My question is. Is it possible to make it so when you have a script that spawns bricks, to make them snap to the Block Grid?

Visual C# has nothing to do with Blockland and making add-ons.

If you meant TorqueScript, then they automatically do.

Yeah, sorry about that... I'm using Visual C# IDE, for my .cs files.
And that's where I'm getting the issues of them not aligning to the grid, so I cant build on or directly next to them. The brick via the game mode script, are misaligned by like 1-2 pixels...

You'll have to do it manually then.

Each horizontal stud is 0.5 units.
Each vertical plate is 0.2 units, and a vertical brick in height is 0.6 units.

Do the math.