concepts.simulator.pymunk.constants#
Constants for pymunk.
The following is a table of the constants defined in pymunk.
| Name | Value | Description | 
|---|---|---|
| color_consts.RED | 255, 32, 32, 255 | Red color. | 
| color_consts.BLACK | 0, 0, 0, 255 | Black color. | 
| color_consts.BLUE | 32, 128, 255, 255 | Blue color. |