- Home /
How to Create Bullet 2D
How to Create Bullet 2D one-way and two-way
Shot to the position x and break bullets automatically.
Thank You
The picture.

untitled-3.jpg
(112.0 kB)
Comment
How are you rendering these bullets? If they are GUITextures then you can simply invert the width under PixelInset. i.e. if the width is 128, set the width to -128 and it will flip.
Your answer