Implement arcs with variable width and color
This commit is contained in:
@@ -6,6 +6,7 @@ Description : Simulation update
|
||||
-}
|
||||
module Dodge.Update (updateUniverse) where
|
||||
|
||||
import Dodge.ScrollValue
|
||||
import Color
|
||||
import Control.Applicative
|
||||
import Data.List
|
||||
@@ -74,6 +75,7 @@ updateUniverse u =
|
||||
. updateUniverseMid
|
||||
. updateUseInput
|
||||
. over uvWorld (updateCamera cfig)
|
||||
. over (uvWorld . input) updateScrollTestValue
|
||||
. over (uvWorld . cWorld . cClock) (+ 1)
|
||||
$ u
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user