Tilemap loading, player sprite, collisions
This commit is contained in:
16
moonlight/index.html
Normal file
16
moonlight/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Phaser - Making your first game, part 1</title>
|
||||
<script type="text/javascript" src="js/phaser.min.js"></script>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="js/moonlight-skulk.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user