bengotow / javassonne

Automatically exported from code.google.com/p/javassonne
0 stars 1 forks source link

Rotation of Tiles #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tile need to be rotatable. Current array implementation does not make this 
impossible, but it does make it confusing. We need a function (is Tile?) to 
rotate Tile features (and picture?) for us.

Original issue reported on code.google.com by corespace on 20 Jan 2009 at 9:59

GoogleCodeExporter commented 9 years ago
Added two rotation functions to the Tile class that modify all of the 
properties of a
given tile to reflect a new orientation (rotation clockwise or 
counterclockwise). The
functions rotate the image as well.

Original comment by bengo...@gmail.com on 22 Jan 2009 at 6:00