Skip to content

Commit

Permalink
Merge pull request #4 from poeticAndroid/glitch
Browse files Browse the repository at this point in the history
Glitch
  • Loading branch information
poeticAndroid authored Aug 4, 2020
2 parents cde6272 + fb87832 commit 9acb70a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
```html
<script type="text/javascript" src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/donmccurdy/aframe-physics-system/v4.0.1/dist/aframe-physics-system.min.js"></script>
<script type="text/javascript" src="https://raw.githubusercontent.com/poeticAndroid/poetic-aframe/v0.1/components/utils.js"></script>
<script type="text/javascript" src="https://raw.githubusercontent.com/poeticAndroid/poetic-aframe/v0.1/components/a-locomotion.js"></script>
<script type="text/javascript" src="https://raw.githubusercontent.com/poeticAndroid/poetic-aframe/v0.1/components/a-items.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/poeticAndroid/poetic-aframe@v0.1/components/utils.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/poeticAndroid/poetic-aframe@v0.1/components/a-locomotion.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/poeticAndroid/poetic-aframe@v0.1/components/a-items.js"></script>
```

- [a-locomotion.md](https://github.com/poeticAndroid/poetic-aframe/blob/master/components/a-locomotion.md)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:image" content="./images/cover.png" />
<link rel="icon" type="image/png" href="https://cdn.glitch.com/project-avatar/e956e2ed-f877-4602-a395-a2e234731117.png" />
<script type="text/javascript" src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
<script type="text/javascript" src="components/utils.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/donmccurdy/aframe-physics-system/v4.0.1/dist/aframe-physics-system.min.js"></script>
<script type="text/javascript" src="components/utils.js"></script>
<script type="text/javascript" src="components/a-locomotion.js"></script>
<script type="text/javascript" src="components/a-items.js"></script>
</head>
Expand Down

0 comments on commit 9acb70a

Please sign in to comment.