Pixel-Composer/objects/oRigidbody/Create_0.gml

8 lines
102 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-01-25 06:49:00 +01:00
#endregion