标签: javascript jsbin
My Game
我做了一个游戏,其中包含的所有图像都在垂直移动。我想知道如何水平移动它。
答案 0 :(得分:1)
您链接的jsbin在我的计算机上不起作用,因此可能存在其他问题。
无论如何,要使背景在游戏中水平移动,您会找到函数function Background(),并将此更改为y this.x(例如,this.y += this.speed将变为{{ 1}})。
function Background()
this.x
this.y += this.speed