Commit 48f500f2 authored by quentin.vrel's avatar quentin.vrel

hand tiles sticked together

parent 772357a4
<template>
<div class="hand" v-if="this.Hand">
<tile v-for="tile of this.Hand.tiles_left" :key="tile.idobject" :id="tile.id_tuile" @tileClicked="tileClickedListener"/>
<tile v-for="tile of this.Hand.tiles_left" :key="tile.idobject" :id="tile.id_tuile" @tileClicked="tileClickedListener" height="80" width="60"/>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment