Sorting Types alphabetically
This commit is contained in:
parent
fc5b4b8afe
commit
f0d25896d4
1 changed files with 5 additions and 5 deletions
|
@ -16,6 +16,11 @@ type alias Model =
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
type Msg
|
||||||
|
= Tick Time
|
||||||
|
| Tock Time
|
||||||
|
|
||||||
|
|
||||||
type alias PlayerModel =
|
type alias PlayerModel =
|
||||||
{ direction : Direction
|
{ direction : Direction
|
||||||
, location : ( Float, Float )
|
, location : ( Float, Float )
|
||||||
|
@ -24,8 +29,3 @@ type alias PlayerModel =
|
||||||
|
|
||||||
type alias Range =
|
type alias Range =
|
||||||
( Float, Float )
|
( Float, Float )
|
||||||
|
|
||||||
|
|
||||||
type Msg
|
|
||||||
= Tick Time
|
|
||||||
| Tock Time
|
|
||||||
|
|
Loading…
Reference in a new issue