diff options
author | ubq323 <ubq323@ubq323.website> | 2024-01-04 21:24:23 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-01-04 21:24:23 +0000 |
commit | 59834f98f24bf424e310088a7330df7fd2586a2e (patch) | |
tree | fc5446749074a4b6c714c4bcc332f25611b2381d | |
parent | 18eb189a3bdc55f43d2206e09d449768bcf030c0 (diff) |
add link
-rw-r--r-- | main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ function love.wheelmoved(x,y) end local function catenary0(x1,y1,x2,y2) + -- https://math.stackexchange.com/a/3557768 y1 = -y1 y2 = -y2 local dx = x2-x1 |