hourly blocks clock faces

This commit is contained in:
Mononaut
2023-04-15 05:26:18 +09:00
parent 1615ace9b7
commit 293c636665
13 changed files with 428 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ export default class BlockScene {
this.width = width;
this.height = height;
this.gridSize = this.width / this.gridWidth;
this.unitPadding = width / 500;
this.unitPadding = this.gridSize / 5;
this.unitWidth = this.gridSize - (this.unitPadding * 2);
this.dirty = true;