- fixed merge conflict

This commit is contained in:
Administrator 2021-06-08 16:02:37 +02:00
parent d5504c631e
commit d867586a71

View File

@ -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();
}