- fixed merge conflict
This commit is contained in:
parent
d5504c631e
commit
d867586a71
@ -95,6 +95,14 @@ function start_game() {
|
||||
});
|
||||
app.stage.addChild(cards_3);
|
||||
|
||||
socket.on('dice', function (data) {
|
||||
console.log(data);
|
||||
});
|
||||
|
||||
socket.on('card', function (data) {
|
||||
console.log(data);
|
||||
});
|
||||
|
||||
resize();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user