Closed eulerscheZahl closed 3 years ago
When you place objects inside a BufferedGroup and set a scale less than 1, the part of the group that wouldn't be visible with a scale of 1 isn't shown.
BufferedGroup
See the following declaration: https://github.com/eulerscheZahl/Sokoban/blob/570fde89ab672ea21f403d7d38a4b341dc7df2b7/src/main/java/Sokoban/Board.java#L43-L44
With a BufferedGroup:
With a normal Group:
Group
Fixed in v3.15.6 with a maximum width & height of 4096x4096 for the unscaled group
When you place objects inside a
BufferedGroup
and set a scale less than 1, the part of the group that wouldn't be visible with a scale of 1 isn't shown.See the following declaration: https://github.com/eulerscheZahl/Sokoban/blob/570fde89ab672ea21f403d7d38a4b341dc7df2b7/src/main/java/Sokoban/Board.java#L43-L44
With a
BufferedGroup
:With a normal
Group
: