1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-13 13:07:32 +00:00

more improvements. now with gameplay

This commit is contained in:
exane
2015-06-17 21:18:14 +02:00
parent f0cbb9de5d
commit dbf1b07c1f
8 changed files with 127 additions and 49 deletions

@@ -432,6 +432,10 @@ var User = Backbone.Model.extend({
var waiting = data.waiting;
self.set("waiting", waiting);
})
app.receive("set:passing", function(data){
var passing = data.passing;
self.set("passing", passing);
})
app.on("createRoom", this.createRoom, this);