mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
15 lines
188 B
Plaintext
15 lines
188 B
Plaintext
/// @description
|
|
#region data
|
|
surface = noone;
|
|
fixture = [];
|
|
|
|
xscale = 1;
|
|
yscale = 1;
|
|
|
|
depth = -9999;
|
|
|
|
type = RIGID_SHAPE.box;
|
|
width = 1;
|
|
height = 1;
|
|
radius = 1;
|
|
#endregion |