Craig Keeling 15 December 2016 Working through this and just noticed an error in the initial markup. Line 49 “box.setAttribute(‘static-body’, ‘);” The walls didn’t show up until I added a second ‘ to make it: box.setAttribute(‘static-body’, ‘’); Looking forward to digging into the rest. Thanks for putting this together!
Working through this and just noticed an error in the initial markup.
Line 49 “box.setAttribute(‘static-body’, ‘);”
The walls didn’t show up until I added a second ‘ to make it:
box.setAttribute(‘static-body’, ‘’);
Looking forward to digging into the rest. Thanks for putting this together!