cleaned a few things

This commit is contained in:
jslightham
2020-06-03 10:35:56 -04:00
parent cb7764e6fd
commit c25b063284
2 changed files with 0 additions and 3 deletions

View File

@@ -83,7 +83,6 @@ function loop(){
shot.volume = 1 - eff;
wallhit.volume = 1 - eff;
// Acceleration = 9.8*uk (derived from F=ma, -uk*g*m=m*a)
a = -(9.8)*fr;
sa = -(9.8)*sfr;

View File

@@ -3,8 +3,6 @@ body{
margin-left: 15px;
}
.wrapper {
overflow:hidden;
}