diff options
author | rodri <rgl@antares-labs.eu> | 2020-02-20 21:56:37 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2020-02-20 21:56:37 +0000 |
commit | e1cb9df9355a6ae67aac76dbcde209b8f70796ee (patch) | |
tree | 2a5a01e89fb4b1f9bd497a318fb59e0e34622d60 /notes | |
download | asteroids-master.tar.gz asteroids-master.tar.bz2 asteroids-master.zip |
Diffstat (limited to 'notes')
-rw-r--r-- | notes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +• replace 'vlong t0, t;' by 'double t0, Δt;' so we only update t0 at the +main loop and Δt every time we do dynamics. +• implement bullets and sheer destruction. |