Skip to content

Commit

Permalink
example.html pulls package from unpkg.com instead of sunsetted rawgit…
Browse files Browse the repository at this point in the history
….com
  • Loading branch information
DougReeder committed Sep 18, 2020
1 parent 7cf5881 commit d6ba233
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://unpkg.com/aframe-simple-sun-sky@^1.2.2/simple-sun-sky.js"></script>
<script src="dist/aframe-atoll-terrain.js"></script>
<!--<script src="https://unpkg.com/aframe-atoll-terrain@^0.7.0/dist/aframe-atoll-terrain.js"></script>-->
<script src="https://cdn.rawgit.com/donmccurdy/aframe-extras/v6.1.0/dist/aframe-extras.controls.min.js"></script>
<script src="https://unpkg.com/aframe-extras@6.1.1/dist/aframe-extras.controls.min.js"></script>
<script>
AFRAME.registerComponent('place-ball', {
init: function () {
Expand Down

0 comments on commit d6ba233

Please sign in to comment.