From 8c97a962b2bf270321f21a9a63c32450903fea48 Mon Sep 17 00:00:00 2001 From: yuni Date: Tue, 11 Jun 2024 03:59:04 +0200 Subject: [PATCH] add gravity/orbit changes to changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62650dc..013830d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Git Development Version + +- Implement gravity +- Implement orbiting: Everything moves super fast relative to each other +- Starting point also orbits in real time. You may start in an eclipse now. +- Change HUD Speedometer to show speed relative to orbital velocity +- Change Space key to slow down to orbital velocity +- Regression: Broken generic asteroids -> disabled for now +- Regression: Broken collision on light orbs, supply crates + # v0.9.2 - Implement customizable player avatars