We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6652d4f commit 4039487Copy full SHA for 4039487
pendulum/pendulum.bat
@@ -26,7 +26,7 @@ for /l %%# in () do (
26
"angle+=angleV",^
27
"bob.x=length * !sin:x=angle! + origin.x",^
28
"bob.y=length * !cos:x=angle! + origin.y",^
29
- "angleV=angleV * 99000 / 100000" & rem DAMPENING
+ "angleV=angleV * 99900 / 100000" & rem DAMPENING
30
31
%@line% !origin.x! !origin.y! !bob.x! !bob.y!
32
set "scrn=!scrn!!$line!"
@@ -84,4 +84,4 @@ set @line=for %%# in (1 2) do if %%#==2 ( for /f "tokens=1-5" %%1 in ("^!args^!"
84
)%\n%
85
set "$line=^!$line^!%\e%[0m"%\n%
86
)) else set args=
87
-goto :eof
+goto :eof
0 commit comments