re-implemented moving of tiles

This commit is contained in:
Stephan Richter
2020-12-04 14:14:32 +01:00
parent 33d596f5c3
commit 9bfe0d56dd
12 changed files with 109 additions and 101 deletions

View File

@@ -36,7 +36,7 @@ public class BlockV extends Block{
@Override
public int height() {
return stretch;
return stretch();
}
@Override