tojson for ur and entity separation

This commit is contained in:
2023-09-20 18:33:11 +00:00
parent 31331af57d
commit f6d491b142
7 changed files with 104 additions and 128 deletions

View File

@@ -129,7 +129,7 @@ void phys2d_set_gravity(cpVect v);
void shape_enabled(struct phys2d_shape *shape, int enabled);
int shape_is_enabled(struct phys2d_shape *shape);
void shape_set_sensor(struct phys2d_shape *shape, int sensor);
int shape_get_sensor(struct phys2d_shape *shape);
int shape_get_sensor(struct phys2d_shape *shape);
struct rgba shape_color_s(cpShape *shape);