Knuckle Cracker

Particle Fleet => Map Makers, Ship Builders, and Coders => Topic started by: Asbestos on October 17, 2016, 11:09:44 PM

Title: How many pixels is one cell?
Post by: Asbestos on October 17, 2016, 11:09:44 PM
Apparently CreateParticle uses pixel coords (which is pretty wacky if you ask me), but the game shows cell coords instead. How many pixels is a cell? And is there any way to show pixel coords like cell coords?
Title: Re: How many pixels is one cell?
Post by: GoodMorning on October 17, 2016, 11:30:39 PM
4 px/cell, for precision. PixelToCell and CellToPixel will help, but in-editor? Out of luck, I think.