Rename field.js to proximity.js

This commit is contained in:
Tyler Hallada 2017-08-04 11:29:53 -04:00
parent 1f711cd603
commit f45dbd5d4c
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.2.2/pixi.min.js"></script>
<script src="js/field.js"></script>
<script src="js/proximity.js"></script>
</body>
</html>