Skip to content

Commit

Permalink
Updates example to use A-Frame 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DougReeder committed Aug 6, 2024
1 parent add54ef commit 06995c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<title>button-controls test - A-Frame</title>
<meta name="description" content="should update when trigger pressed (or screen tapped or mouse clicked)">
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-environment-component@^1.3.2/dist/aframe-environment-component.min.js"></script>
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-environment-component@^1.3.7/dist/aframe-environment-component.min.js"></script>
<script src="aframe-button-controls.js"></script>
<script>
AFRAME.registerComponent('button-controls-test', {
Expand Down

0 comments on commit 06995c4

Please sign in to comment.