From: Brett L. <wak...@ea...> - 2005-12-26 22:11:06
|
>> >> >And the token is still only drawn after "Done" has been pressed. >> >My idea was to draw the token as soon as the hex was clicked >> >in token laying mode. This would show a "provisional token", >> >just as with tile laying, to be replaced with a permanent token >> >when Done is pressed. >> >> >> I don't think this is quite as necessary as it was with tile >> placement. Token placement doesn't radically change the look >> of the board. >> >> I think that as long as we have the selected hex being >> highlighted to show where the token is going, that ought to >> be sufficient. > >I disagree. >For 2-station tiles think the user should see in which station (city) >the token has been placed before Done is pressed. >But this is not urgent, of course. > Obviously we need to prompt the user as to which station he's placing the token in. However, don't misunderstand what I'm saying. It would definitely be nice to preview the token lay before hitting 'done', but I don't believe that it's absolutely necessary. I have found the core bug with the token placement. Apparently there's some point separating the Hex-side Station list from the Tile-side Station list is failing and the tokens are being added to the Tile-side Station list. I'll be working on fixing this today. ---Brett. |