forceY typo

pull/2607/head
Aleksandr Dremov 2021-08-20 14:08:05 +03:00 committed by Tienson Qin
parent 5e536782bb
commit c1040580d9
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
(-> (forceCollide)
(.radius (+ 8 18))))
(.force "x" (-> (forceX 0) (.strength 0.02)))
(.force "y" (-> (forceX 0) (.strength 0.02)))
(.force "y" (-> (forceY 0) (.strength 0.02)))
(.force "center" (forceCenter))
(.tick 3)
(.stop))))