Added 10 more gists.
This commit is contained in:
13
breakout_phaser.coffee/index.html
Normal file
13
breakout_phaser.coffee/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Gamedev Phaser Workshop - lesson 01: Initialize the framework</title>
|
||||
<style>* { padding: 0; margin: 0; }</style>
|
||||
<script src="js/phaser.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Get the assets from here https://github.com/end3r/Gamedev-Phaser-Content-Kit/tree/gh-pages/demos/img -->
|
||||
<script src="js/breakout_phaser.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user