Pixel-Composer/objects/oRigidbody/Create_0.gml
2023-04-10 20:02:59 +02:00

10 lines
120 B
Plaintext

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