Merge branch 'player-and-zoom'

This commit is contained in:
2020-02-27 19:10:04 +01:00
13 changed files with 277 additions and 12 deletions

View File

@ -89,7 +89,6 @@ public class DrawableObjectTest {
assertEquals(HEIGHT_MAX_ARG, drawableObjectMaximumArguments.getHeight());
}
@Test
public void getRotationMinArg() {
assertEquals(0, drawableObjectMinimumArguments.getRotation());