Gameobject level sensor setting

This commit is contained in:
2023-02-17 19:15:56 +00:00
parent afa9f963ef
commit a401dbb9d4
5 changed files with 32 additions and 38 deletions

View File

@@ -54,7 +54,7 @@ struct phys2d_box {
struct phys2d_shape shape;
};
/* An edge with no volume. Cannot collide with each other. Join to make levels. */
/* An edge with no volume. Cannot collide with each other. Join to make levels. Static only. */
struct phys2d_edge {
cpVect *points;
float thickness;