Imported simple torch lights. Removed manual world bounds checking and let Phaser do its job

This commit is contained in:
2014-06-10 19:15:55 -07:00
committed by Andrew Kesterson
parent 9dbcae8d99
commit f7f7ec52ba
7 changed files with 155581 additions and 16 deletions

View File

@@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<title>Phaser - Making your first game, part 1</title>
<script type="text/javascript" src="js/phaser.min.js"></script>
<script type="text/javascript" src="js/phaser.js"></script>
<script type="text/javascript" src="js/lifted.js"></script>
<style type="text/css">
body {
margin: 0;