Skip to content

Commit

Permalink
Revert (some of) "replace setup vr button with webvr/webxr info text"
Browse files Browse the repository at this point in the history
This reverts parts of commit df876b1.
  • Loading branch information
Squareys committed Oct 22, 2019
1 parent 8e3ff4b commit 0787c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ <h1>Konterball</h1>

<div class="choose-vr-mode-screen">
<div class="inner">
<div class="cardboard" id="cardboard"></div>
<div class="tilt">
<p>We're updating WebVR to WebXR. In the meantime, <span id="tilt"><span class="before"></span><span class="main">check out this experiment in 360</span></span>.
</p>
<p><span id="tilt"><span class="before"></span><span class="main">Try it without a headset</span></span> or <a href="https://webvr.info/" target="_blank"><span class="before"></span><span class="main">get set up in VR.</span></a></p>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/javascripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class PingPong {
this.loadModeChooserAnimation(),
this.loadingAnimation(),
]).then(() => {
this.setupVRButton();
this.introAnimation();
}).catch(e => {
console.warn(e);
Expand Down

0 comments on commit 0787c3e

Please sign in to comment.