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 =
|
viewTile isTileHeld columnIndex tileIndex tile =
|
||||||
div
|
div
|
||||||
[ class "tile"
|
[ class "tile"
|
||||||
, on "click" <| (
|
-- , on "click" <| (
|
||||||
D.map2 (Click columnIndex tileIndex)
|
-- D.map2 (Click columnIndex tileIndex)
|
||||||
(D.field "layerX" D.int)
|
-- (D.field "layerX" D.int)
|
||||||
(D.field "layerY" D.int)
|
-- (D.field "layerY" D.int)
|
||||||
)
|
-- )
|
||||||
, attributeIf isTileHeld (onMouseEnter <| HeldOverNewTile columnIndex tileIndex)
|
, attributeIf isTileHeld (onMouseEnter <| HeldOverNewTile columnIndex tileIndex)
|
||||||
]
|
]
|
||||||
[ viewGrip columnIndex tileIndex tile
|
[ viewGrip columnIndex tileIndex tile
|
||||||
|
|
Loading…
Reference in a new issue