Temporarily disable the <3 sticker
This commit is contained in:
parent
20eec8b9ee
commit
7d1a7a47d9
10
src/Main.elm
10
src/Main.elm
|
@ -165,11 +165,11 @@ viewTile : Bool -> Int -> Int -> Tile -> Html Msg
|
|||
viewTile isTileHeld columnIndex tileIndex tile =
|
||||
div
|
||||
[ class "tile"
|
||||
, on "click" <| (
|
||||
D.map2 (Click columnIndex tileIndex)
|
||||
(D.field "layerX" D.int)
|
||||
(D.field "layerY" D.int)
|
||||
)
|
||||
-- , on "click" <| (
|
||||
-- D.map2 (Click columnIndex tileIndex)
|
||||
-- (D.field "layerX" D.int)
|
||||
-- (D.field "layerY" D.int)
|
||||
-- )
|
||||
, attributeIf isTileHeld (onMouseEnter <| HeldOverNewTile columnIndex tileIndex)
|
||||
]
|
||||
[ viewGrip columnIndex tileIndex tile
|
||||
|
|
Loading…
Reference in a new issue