From ea7f684fc48ec5871eadb9fff875cbd241569eff Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 21 Jan 2022 10:06:42 +0100 Subject: [PATCH] Stuff --- src/app.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.rb b/src/app.rb index ddbc908..e6cc412 100755 --- a/src/app.rb +++ b/src/app.rb @@ -66,8 +66,8 @@ class Window < Gosu::Window sol = Planet.new("Sol", self, 0xff_ffffaa, 1e2, 15, 1) sol.pos = Vector[800, 450] - planet = Planet.new("Planet", self, 0xff_cccccc, 1e-1, 8, 1) - planet.pos = Vector[800, 450 + 300] + planet = Planet.new("Planet", self, 0xff_cccccc, 1e1, 8, 1) + planet.pos = Vector[800, 450 + 800] planet.vel = Vector[-2, 0] planet.show_info = true