Implement arcs with variable width and color

This commit is contained in:
2023-01-11 00:00:02 +00:00
parent 44f767841a
commit 471c6fec7e
11 changed files with 116 additions and 44 deletions
+1
View File
@@ -37,6 +37,7 @@ data Input = Input
, _rSelect :: Point2
, _clickMousePos :: Point2
, _textInput :: T.Text
, _scrollTestValue :: Float
}
data WorldHammer