Age | Commit message (Collapse) | Author |
|
|
|
movement altogether
|
|
|
|
Fixes collision in case of rounding errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We also remove the unneeded redrawPending flag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By placing the tiles in a square texture, the dimensions are bounded by the
square root of the dimension in the old solution. This way we can fit a
significantly higher number of tiles into it without using up all the
accuracy of the coordinates.
|
|
|
|
Avoid public fields and ! overrides, make almost all fields readonly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, use a fixed-size canvas for now.
|
|
|