面向對象飛機大戰(結合ES六、繼承 、設計模式)

地圖Map.jsjavascript // 懶漢式單例模式建立地圖對象 var Map = (function(){ class Map{ constructor(){ this.width = 320; this.height = 568; this.startImg = "images/start_bg.png"; this.bgImg = "images/bg.
相關文章
相關標籤/搜索