Pixel-Composer/objects/oRigidbody/Create_0.gml
2025-02-17 13:18:48 +07:00

16 lines
No EOL
206 B
Text

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