Skip to content

Commit

Permalink
Example demonstrates compatibility with A-Frame 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DougReeder committed Feb 3, 2023
1 parent 43dff7e commit add54ef
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.1.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-environment-component@^2.0/dist/aframe-environment-component.min.js"></script>
<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="aframe-button-controls.js"></script>
<script>
AFRAME.registerComponent('button-controls-test', {
Expand Down

0 comments on commit add54ef

Please sign in to comment.