Pixel-Composer/objects/oRigidbody/Create_0.gml
2024-03-22 17:15:22 +07:00

15 lines
188 B
Plaintext

/// @description
#region data
surface = noone;
fixture = [];
xscale = 1;
yscale = 1;
depth = -9999;
type = RIGID_SHAPE.box;
width = 1;
height = 1;
radius = 1;
#endregion