diff options
author | Baitinq <you@example.com> | 2022-02-07 17:20:53 +0000 |
---|---|---|
committer | Baitinq <you@example.com> | 2022-02-07 17:20:53 +0000 |
commit | dc838d78ab3631be5be2ad927a5c6671548eb0b3 (patch) | |
tree | 12205d17084f06a5962fc7d8e76ba130b73b0cef /simulation.py | |
parent | Add initial pygame gui (diff) | |
download | OSLS-dc838d78ab3631be5be2ad927a5c6671548eb0b3.tar.gz OSLS-dc838d78ab3631be5be2ad927a5c6671548eb0b3.tar.bz2 OSLS-dc838d78ab3631be5be2ad927a5c6671548eb0b3.zip |
Add game atmospheric background
Diffstat (limited to 'simulation.py')
-rw-r--r-- | simulation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulation.py b/simulation.py index 223f931..a382f63 100644 --- a/simulation.py +++ b/simulation.py @@ -72,6 +72,7 @@ class Simulation(): print("Speed: " + str(self.speed_y)) print("Height: " + str(self.y)) + print("Total Simulation Time: " + str(self.time)) print("") self.ticks += 1 |