game: core: recreate classes see other paddle
This commit is contained in:
@ -25,7 +25,7 @@ class MyPlayer extends Player
|
||||
|
||||
this.positon = new_pos;
|
||||
|
||||
this.game._send_paddle(this.positon, this.game.time._current_frame);
|
||||
this.game._send_paddle_position(this.positon, this.game.time._current_frame);
|
||||
}
|
||||
|
||||
update_pos(new_position, time)
|
||||
|
Reference in New Issue
Block a user