diff --git a/src/app.rb b/src/app.rb index 22dec9c..c16cb1a 100755 --- a/src/app.rb +++ b/src/app.rb @@ -68,7 +68,7 @@ class Window < Gosu::Window planet = Planet.new("Planet", self, 0xff_cccccc, 1e2, 8, 1) planet.pos = Vector[800, 450 + 800] - planet.vel = Vector[-2, 0] + planet.vel = Vector[-1, 0] planet.show_info = true sol_orbiters = [ply, cube2, planet]