fix: game: 2d work
This commit is contained in:
@ -7,7 +7,7 @@ export class Position extends AExchangeable
|
||||
* @param {Point | Number} location
|
||||
* @param {Number} time
|
||||
*/
|
||||
constructor(location, time)
|
||||
constructor(location = new Point(), time)
|
||||
{
|
||||
super();
|
||||
/**
|
||||
|
Reference in New Issue
Block a user