mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
set render showDebug option on examples stress and stress2
This commit is contained in:
parent
6dc703f9a9
commit
f2ef3aadd8
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,8 @@ Example.stress = function() {
|
||||||
engine: engine,
|
engine: engine,
|
||||||
options: {
|
options: {
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600
|
height: 600,
|
||||||
|
showDebug: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,8 @@ Example.stress2 = function() {
|
||||||
engine: engine,
|
engine: engine,
|
||||||
options: {
|
options: {
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600
|
height: 600,
|
||||||
|
showDebug: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue