js面向对象编程-简单超级马里奥小游戏




/* CSS Document */
.gamebackground{
	width:1000px;
	height:600px;
	background-color:pink;
	position:fixed;
	top:10px;
	left:130px;
	
}

.controlcenter {
	width:100px;
	height:100px;
	position:fixed;
	top:500px;
	left:140px;
}

.winstyle {
font-size:150px;
color:#006633;
font-style:italic;
font-weight:700;
position:fixed;
top:400x;
left:250px;

}

游戏截图:



你可能感兴趣的:(js面向对象编程-简单超级马里奥小游戏)