diff options
| author | Baitinq <[email protected]> | 2022-02-10 23:39:43 +0000 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-02-10 23:39:43 +0000 |
| commit | 9ebc639fb90a878e6b65800c689b89750b607b33 (patch) | |
| tree | 8bc85900051de442743f9c802ac275a62cadaebd | |
| parent | Started preparation to implement proper altitude calculations and gravity (diff) | |
| download | OSLS-9ebc639fb90a878e6b65800c689b89750b607b33.tar.gz OSLS-9ebc639fb90a878e6b65800c689b89750b607b33.tar.bz2 OSLS-9ebc639fb90a878e6b65800c689b89750b607b33.zip | |
Structured source files into src folder
Diffstat (limited to '')
| -rw-r--r-- | src/atmosphere.py (renamed from atmosphere.py) | 0 | ||||
| -rw-r--r-- | src/body.py (renamed from body.py) | 0 | ||||
| -rw-r--r-- | src/engine.py (renamed from engine.py) | 0 | ||||
| -rw-r--r-- | src/fuel.py (renamed from fuel.py) | 0 | ||||
| -rw-r--r-- | src/main.py (renamed from main.py) | 0 | ||||
| -rw-r--r-- | src/rocket.py (renamed from rocket.py) | 0 | ||||
| -rw-r--r-- | src/simulation.py (renamed from simulation.py) | 0 | ||||
| -rw-r--r-- | src/stage.py (renamed from stage.py) | 0 | ||||
| -rw-r--r-- | src/universe.py (renamed from universe.py) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/atmosphere.py b/src/atmosphere.py index 48f9bd1..48f9bd1 100644 --- a/atmosphere.py +++ b/src/atmosphere.py diff --git a/body.py b/src/body.py index 3be2c5e..3be2c5e 100644 --- a/body.py +++ b/src/body.py diff --git a/engine.py b/src/engine.py index f1da646..f1da646 100644 --- a/engine.py +++ b/src/engine.py diff --git a/fuel.py b/src/fuel.py index caca9a9..caca9a9 100644 --- a/fuel.py +++ b/src/fuel.py diff --git a/main.py b/src/main.py index 0d70213..0d70213 100644 --- a/main.py +++ b/src/main.py diff --git a/rocket.py b/src/rocket.py index fb8ea7c..fb8ea7c 100644 --- a/rocket.py +++ b/src/rocket.py diff --git a/simulation.py b/src/simulation.py index 106c5a1..106c5a1 100644 --- a/simulation.py +++ b/src/simulation.py diff --git a/stage.py b/src/stage.py index bb05eaf..bb05eaf 100644 --- a/stage.py +++ b/src/stage.py diff --git a/universe.py b/src/universe.py index a8279ec..a8279ec 100644 --- a/universe.py +++ b/src/universe.py |