Skip to content

Commit

Permalink
update matter-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jan 16, 2021
1 parent 57d8576 commit 33e8fe8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 46 deletions.
10 changes: 3 additions & 7 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<title>Matter.js Demo</title>

<!-- Libs -->
<script type="text/javascript" src="./lib/decomp.js"></script>
<script type="text/javascript" src="./lib/pathseg.js"></script>
<script src="./lib/decomp.js"></script>
<script src="./lib/pathseg.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>

<!-- Examples -->
<script src="./js/Examples.js"></script>
Expand All @@ -23,7 +24,6 @@
<script src="../build/matter.js"></script>

<!-- MatterTools -->
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
<script src="./lib/matter-tools.gui.js"></script>
<script src="./lib/matter-tools.inspector.js"></script>
<script src="./lib/matter-tools.demo.js"></script>
Expand Down Expand Up @@ -61,10 +61,6 @@
opacity: 0.5;
background: transparent !important;
}

.matter-demo canvas {
border: 1px solid rgba(255, 255, 255, 0.07);
}
</style>
</head>
<body>
Expand Down
74 changes: 36 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jest": "^25.1.0",
"jest-worker": "^24.9.0",
"json-stringify-pretty-compact": "^2.0.0",
"matter-tools": "^0.12.2",
"matter-tools": "^0.12.3",
"pathseg": "^1.2.0",
"puppeteer-core": "^5.5.0",
"webpack": "^4.46.0",
Expand Down

0 comments on commit 33e8fe8

Please sign in to comment.