This commit is contained in:
opelly27
2022-01-01 20:55:11 -08:00
parent 6af62da6cb
commit adb42c7de9
4 changed files with 2 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+1
View File
@@ -24,3 +24,4 @@ hs_err_pid*
# png frames
*.png
.DS_Store
+1 -1
View File
@@ -126,7 +126,7 @@ public class Space {
space.updateVelocities();
space.updatePositions();
//System.out.println(space);
space.draw();
space.save(i);
//space.save(counter);
//System.out.println(counter);
counter ++;
BIN
View File
Binary file not shown.