From 82fc1094cda1feffa94f8e62789006b8eabe48bd Mon Sep 17 00:00:00 2001 From: silva guimaraes Date: Sat, 23 Aug 2025 20:00:40 -0300 Subject: [PATCH] backup --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0b0fe58..691fd42 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ const horizontalGrids = windowWidth/gridDivision const magnetsDistance float32 = 80 const magnetRadius = 10 const gravConst float32 = 50 -const magnetsAngle = 0 +const magnetsAngle = 30 const luminance = false const hideBalls = true const hideMagnets = false