Fix bugs and add improvements

This commit is contained in:
schmelczerandras 2020-10-13 12:47:25 +02:00
parent 555be9d602
commit ba4dd5c470
10 changed files with 26 additions and 21 deletions

View file

@ -24,7 +24,7 @@ export * from './helper/circle';
export * from './helper/rectangle';
export * from './helper/mix';
export * from './helper/random';
export * from './helper/unique';
export * from './helper/id';
export * from './helper/rotate-90-deg';
export * from './objects/game-object';
export * from './transport/serialization/deserialize';