From 4ba10c5650d1ec002524b1f5eeae4d6a5a16e41b Mon Sep 17 00:00:00 2001 From: mumuy Date: Fri, 4 Mar 2022 14:07:30 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E6=B3=A8=E9=87=8A=E5=8F=8A=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E6=8C=89=E9=94=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game.js | 9 +++++++++ index.html | 2 +- index.js | 11 ++++++++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/game.js b/game.js index 588a7f7..1c706cf 100644 --- a/game.js +++ b/game.js @@ -1,4 +1,13 @@ 'use strict'; +/*! + * Pacman - HTML5 Game + * https://passer-by.com/pacman/ + * + * Copyright (c) 2016-present, HaoLe Zheng + * Released under the MIT License. + * https://github.com/mumuy/pacman/blob/master/LICENSE +*/ + /* * 小型游戏引擎 */ diff --git a/index.html b/index.html index ce7fbfc..e0ea91e 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@

如果你对此感兴趣,可以在Github上关注此项目。我希望能通过游戏和代码与你分享一些我对游戏开发的感悟。

Follow @mumuy - Star + Star
diff --git a/index.js b/index.js index 59b1b78..ae91ae8 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,12 @@ +/*! + * Pacman - HTML5 Game + * https://passer-by.com/pacman/ + * + * Copyright (c) 2016-present, HaoLe Zheng + * Released under the MIT License. + * https://github.com/mumuy/pacman/blob/master/LICENSE +*/ + //主程序,业务逻辑 (function(){ var _COIGIG = [ //关卡 @@ -1039,4 +1048,4 @@ }); })(); game.init(); -})(); +})(); \ No newline at end of file