更新时间:2019-11-23 23:32:04
更新说明:修好了所有bug
更新时间:2019-10-18 01:32:14
更新说明:终版终于出来啦!
更新简介:
1.修复了所有已知的bug
2.开放了地图所有功能区域
3.加入了电脑,最大游戏人数为四人,可以自由选择玩家和电脑
css部分
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | * { margin:0; padding:0; border:0;}html,body { margin:0;}@-webkit-keyframes STAR-MOVE { from { background-position:0% 0%}to { background-position:600% 0%}}@keyframes STAR-MOVE { from { background-position:0% 0%}to { background-position:600% 0%}}.wall { position:absolute; top:0; left:0; bottom:0; right:0;}div#background { background:black url('img/background.png') repeat-x 5% 0%; background-size:cover; -webkit-animation:STAR-MOVE 200s linear infinite; -moz-animation:STAR-MOVE 200s linear infinite; -ms-animation:STAR-MOVE 200s linear infinite; animation:STAR-MOVE 200s linear infinite;}div#midground { background:url('img/midground.png')repeat 20% 0%; z-index:1; -webkit-animation:STAR-MOVE 100s linear infinite; -moz-animation:STAR-MOVE 100s linear infinite; -ms-animation:STAR-MOVE 100s linear infinite; animation:STAR-MOVE 100s linear infinite;}div#foreground { background:url('img/foreground.png')repeat 35% 0%; z-index:2; -webkit-animation:STAR-MOVE 50s linear infinite; -moz-animation:STAR-MOVE 50s linear infinite; -ms-animation:STAR-MOVE 50s linear infinite; animation:STAR-MOVE 50s linear infinite;} |
html部分
1 2 3 | <div id="background" ></div><div id="midground" ></div><div id="foreground" ></div> |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com