We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b93b3 commit ed72a55Copy full SHA for ed72a55
1 file changed
v3/src/physics/arcade/World.js
@@ -56,8 +56,10 @@ var World = new Class({
56
57
this.defaults = {
58
debugShowBody: GetValue(config, 'debugShowBody', true),
59
+ debugShowStaticBody: GetValue(config, 'debugShowStaticBody', true),
60
debugShowVelocity: GetValue(config, 'debugShowVelocity', true),
61
bodyDebugColor: GetValue(config, 'debugBodyColor', 0xff00ff),
62
+ staticBodyDebugColor: GetValue(config, 'debugBodyColor', 0x0000ff),
63
velocityDebugColor: GetValue(config, 'debugVelocityColor', 0x00ff00)
64
};
65
0 commit comments