Commit a884c0b1 authored by quentin.vrel's avatar quentin.vrel

testing hand

parent 826d8f0b
......@@ -21,7 +21,7 @@ export default {
}
},
mounted(){
let startingHand = [0,1,2,3,4,5,6,7,8,9,10,25,26,27,28,29,30,31,32,8,11,11,14,16,7,4,5,20,21,22,6,0];
let startingHand = [27, 27, 27, 9, 10, 11, 17,17,17, 0, 0, 0, 33];
this.Hand= new Hand();
startingHand.forEach(tile => {
this.Hand.draw(new TileModel(tile));
......
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