Added 10 more gists.
This commit is contained in:
15
breakout.coffee/index.html
Normal file
15
breakout.coffee/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Gamedev Canvas Workshop</title>
|
||||
<style>
|
||||
* { padding: 0; margin: 0; }
|
||||
canvas { background: #eee; display: block; margin: 0 auto; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="myCanvas" width="480" height="320"></canvas>
|
||||
<script src="breakout.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user