squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
12 stars 1 forks source link

Clean up geometry of `TetrisBlock`s #7

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

In Etoys's Tetris game, the active TetrisBlock is assigned unconventional bounds that do not match their submorphs, making it impossible to open a proper halo on the block. As Tetris is a nice and simple demo for Morphic, it would be helpful to clean up this small smell.

image image