mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Item resize
This commit is contained in:
parent
49c170448a
commit
709d0d2294
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ const factory = createLayer(id, () => {
|
|||
(y + yInc * 0.3 + (yInc == 0 ? Math.random() * 0.4 - 0.2 : 0)) * blockSize;
|
||||
sprite.anchor.set(0.5);
|
||||
sprite.width = blockSize / 2.5;
|
||||
sprite.height = blockSize / 5;
|
||||
sprite.height = blockSize / 2.5;
|
||||
//console.log(sprite);
|
||||
const block: Block = {
|
||||
sprite,
|
||||
|
|
Loading…
Reference in a new issue