1 Star 0 Fork 1

pusri/War of Plane

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
pusri 提交于 2014-03-08 12:38 . add imgs and selfPlane's object
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>打飞机</title>
<script src="js/entity.js"></script>
<script src="js/main.js"></script>
<script src="js/main.js"></script>
<script>
window.onload = function(){
Main.init();
Util.g("startBtn").onclick = function(){
Main.start();
this.style.display = "none";
}
}
</script>
<style>
#wrap{
margin: 0 auto;
width:350px; height:480px;
background-color:#c3c9c9;
position: relative;
overflow:hidden;"
}
#totalScore{
position:absolute;
left:5px;
top:5px;
}
#startBtn{
position:absolute;
left:150px;
top:240px;
display:block;
}
</style>
</head>
<body>
<div id="wrap">
<div id="totalScore">分数:<span id="score">0</span></div>
<button id="startBtn">开始游戏</button>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/pusha/War-of-Plane.git
git@gitee.com:pusha/War-of-Plane.git
pusha
War-of-Plane
War of Plane
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385