-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.展示Demo的文件名称更新,规范 3.Dialog新增API Dialog.useDefaultStyle(bool)是否使用默认的样式 4.细节更新
- Loading branch information
1 parent
e8bc3bd
commit f98d1a8
Showing
40 changed files
with
171 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
EasyAvgFrameWork.zip | ||
EasyAvgFrameWork.zip | ||
/bin | ||
/tempz |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// TODO:使用ES6语法编写 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>完整项目展示</title> | ||
<!--框架运行强制依赖js插件--> | ||
<!--<script src="jQuery_main.js"></script>--> | ||
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> | ||
<script src="https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> | ||
<script src="../module/core.js"></script> | ||
<script src="../module/FileSystem.js"></script> | ||
<script src="../module/changeScene.js"></script> | ||
<script src="../module/ImageEffect.js"></script> | ||
<!-- 用户代码 --> | ||
<script src="MainMenu.js"></script> | ||
<!-- css --> | ||
<link rel="stylesheet" href="css/button.css"> | ||
<link rel="stylesheet" href="css/bgm.css"> | ||
</head> | ||
<body> | ||
<h1 align="center">请点击图片来播放游戏背景音乐</h1> | ||
<h2 align="center">建议把浏览器自动播放音乐权限打开,以更好的体验此Demo</h2> | ||
<img src="img/n01.jpg" id="bg" alt="no1"> | ||
<button id="newGame">新游戏</button> | ||
<button id="loadGame">读取</button> | ||
<button id="dev">开发室</button> | ||
<button id="free">免费声明</button> | ||
<button id="exit">终了</button> | ||
<button id="ModuleTest">单元测试</button> | ||
<audio id="btn_sound" src="sound/s01.wav" controls="true" ></audio> | ||
<audio id="bgm" src="bgm/i72015_scenery_of_spring.ogg" controls="true" loop="true"></audio> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* 等待玩家点击时的css */ | ||
p{ | ||
@keyframe | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/*默认按钮样式*/ | ||
button | ||
{ | ||
background: orange; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,4 @@ | |
#bg | ||
{ | ||
/* -webkit-mask: */ | ||
|
||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
网站图片便签页缩略图 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
此Demo一般用于开发测试和展示,所以和module文件夹是分开的。 | ||
如要进行游戏开发,请下载游戏模板,把路径整合完毕了 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.