updated 规范游戏名称

This commit is contained in:
郑浩乐 2015-12-31 14:52:52 +08:00
parent b0f5969d39
commit 8f997ece4c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf8">
<title>Eat Beans - 吃豆游戏</title>
<title>Pac-Man . 吃豆游戏</title>
<style>
*{padding:0;margin:0;}
canvas{display:block;background: #000;margin:0 auto;line-height:36px;text-align: center;color:#999;}

View File

@ -27,7 +27,7 @@ function Item(options){
function Game(id,options){
var _ = this;
var _settings = {
name:'Eat Beans', //游戏名称
name:'Pac-Man', //游戏名称
width:960, //画布宽度
height:640, //画布高度
map:{ //地图信息