amplify beat heat sound, tweak detune/playback rate, bump aframe for pooling fix (my overlay branch, rename to aframe-master to keep source map alive and easier copying)

This commit is contained in:
Kevin Ngo
2018-10-11 23:22:54 -07:00
parent 7e09031c3e
commit 5eec114f1a
5 changed files with 103 additions and 71 deletions

View File

@@ -2,7 +2,11 @@
<html>
<head>
<title>Super Saber</title>
<script src="vendor/aframe.effects.js"></script>
{% if IS_PRODUCTION %}
<script src="vendor/aframe-master.min.js"></script>
{% else %}
<script src="vendor/aframe-master.js"></script>
{% endif %}
<script src="build/build.js"></script>
</head>
<body>