Skip to content

Commit ed72a55

Browse files
committed
Added new defaults for debug body colors.
1 parent a7b93b3 commit ed72a55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/physics/arcade/World.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ var World = new Class({
5656

5757
this.defaults = {
5858
debugShowBody: GetValue(config, 'debugShowBody', true),
59+
debugShowStaticBody: GetValue(config, 'debugShowStaticBody', true),
5960
debugShowVelocity: GetValue(config, 'debugShowVelocity', true),
6061
bodyDebugColor: GetValue(config, 'debugBodyColor', 0xff00ff),
62+
staticBodyDebugColor: GetValue(config, 'debugBodyColor', 0x0000ff),
6163
velocityDebugColor: GetValue(config, 'debugVelocityColor', 0x00ff00)
6264
};
6365

0 commit comments

Comments
 (0)