diff --git a/README.md b/README.md index 5cba3e4..753e0d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Hohmann Miner Mine stuff and then get more stuff but in space. ![](media/preview.png) + +## Orbits! +![](media/orbit_of_orbit.png) +You can now orbit stuff that orbits other stuff! diff --git a/media/orbit_of_orbit.png b/media/orbit_of_orbit.png new file mode 100644 index 0000000..3b94879 Binary files /dev/null and b/media/orbit_of_orbit.png differ diff --git a/src/app.rb b/src/app.rb index e6cc412..22dec9c 100755 --- a/src/app.rb +++ b/src/app.rb @@ -66,7 +66,7 @@ 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, 1e1, 8, 1) + planet = Planet.new("Planet", self, 0xff_cccccc, 1e2, 8, 1) planet.pos = Vector[800, 450 + 800] planet.vel = Vector[-2, 0] planet.show_info = true diff --git a/src/config.rb b/src/config.rb index cc8ca80..6277ff3 100644 --- a/src/config.rb +++ b/src/config.rb @@ -7,7 +7,7 @@ WORLD_SEED = 123456789 # UI WINDOW_WIDTH = 1200 WINDOW_HEIGHT = 900 -WINDOW_FULLSCREEN = false +WINDOW_FULLSCREEN = true MAIN_FONT = "monospace" # Keybinds