Pixel-Composer/objects/oRigidbody/Create_0.gml

10 lines
120 B
Plaintext
Raw Normal View History

2023-01-25 06:49:00 +01:00
/// @description
#region data
surface = noone;
fixture = [];
2023-02-28 09:43:01 +01:00
xscale = 1;
yscale = 1;
2023-04-10 20:02:59 +02:00
depth = -9999;
2023-01-25 06:49:00 +01:00
#endregion