added readme

This commit is contained in:
Daniel Ledda
2022-05-28 22:16:38 +02:00
parent 2d741b9740
commit e8311175be
3 changed files with 22 additions and 73 deletions

View File

@@ -19,7 +19,6 @@ export default class PolycubeStore {
this.dimX.subscribe(() => this.reset());
this.dimY.subscribe(() => this.reset());
this.dimZ.subscribe(() => this.reset());
}
private freshCube(id: number) {