Pixel-Composer/objects/oRigidbody/Create_0.gml
2023-02-28 15:43:01 +07:00

8 lines
102 B
Plaintext

/// @description
#region data
surface = noone;
fixture = [];
xscale = 1;
yscale = 1;
#endregion