ErikaRedmark / monkey-shines-java-port

Port to Java of abandoned classic Mac OS game "Monkey Shines" by Fantasoft
GNU General Public License v3.0
19 stars 1 forks source link

Large Tilesets cannot be used in editor: add a toolbar #49

Closed ErikaRedmark closed 10 years ago

ErikaRedmark commented 10 years ago

The tileset is blitted to the main editor screen and the tile clicked is resolved to an id of the tile selected. This both is clunky (especially for tiles with transparency) and cannot scale well if someone chooses to use a large tileset. Tiles should be selectable in some toolbar

ErikaRedmark commented 10 years ago

Fixed in 50f6cc5