game: advent to online
This commit is contained in:
@ -14,4 +14,5 @@ class GameMember(AbstractRoomMember):
|
||||
return
|
||||
|
||||
def send_ball(self, ball):
|
||||
pass
|
||||
self.send("update_ball_pos", {"x": ball.x,
|
||||
"y": ball.y})
|
Reference in New Issue
Block a user