updated 主角绘制

This commit is contained in:
郑浩乐
2016-01-04 10:58:11 +08:00
parent ad0b5b4393
commit b61eb83c41
3 changed files with 136 additions and 64 deletions

View File

@@ -9,7 +9,7 @@
</style>
</head>
<body>
<canvas id="canvas">Canvas not supported</canvas>
<canvas id="canvas" width="960" height="640">Canvas not supported</canvas>
<script src="game.js"></script>
<script src="index.js"></script>
</body>