Skip to content

Commit

Permalink
almost finish
Browse files Browse the repository at this point in the history
  • Loading branch information
abadi199 committed Aug 26, 2019
1 parent ea91717 commit 1357141
Show file tree
Hide file tree
Showing 17 changed files with 382 additions and 203 deletions.
4 changes: 2 additions & 2 deletions design/Port-Architecture.xcf
Git LFS file not shown
3 changes: 3 additions & 0 deletions design/Slide-Background.xcf
Git LFS file not shown
4 changes: 2 additions & 2 deletions design/Web-Component-Architecture.xcf
Git LFS file not shown
3 changes: 1 addition & 2 deletions src/Caterpillar/SlowMain.elm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import Random
import RotationSpeed exposing (degPerS)
import Speed exposing (pxPerMs, pxPerS)
import Task
import Time



Expand Down Expand Up @@ -577,7 +576,7 @@ view model =

isHappy =
data.fps
|> Maybe.map (\currentFps -> currentFps >= 20)
|> Maybe.map (\currentFps -> currentFps >= 30)
|> Maybe.withDefault True

caterpillar =
Expand Down
Loading

0 comments on commit 1357141

Please sign in to comment.