Ignore:
Timestamp:
2011-12-27 18:22:59 (11 years ago)
Author:
hniemi
Message:

Lisätty siirtojen laskeminen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2010/23/hniemi/BlockPusher/Blockpusher/Blockpusher/Blockpusher.cs

    r2638 r2639  
    150150    { 
    151151        IsMouseVisible = true; 
    152         MultiSelectWindow w = new MultiSelectWindow("Conratulations! Do you want to:", new String[] { "Retry", "Next Level", "Main menu" }); 
     152        MultiSelectWindow w = new MultiSelectWindow("Conratulations, you cleared level with "+ currentLevel.Moves +" moves! Do you want to:", new String[] { "Retry", "Next Level", "Main menu" }); 
    153153        w.AddItemHandler(0, delegate { NewGame(currentLevelIndex); }); 
    154154        w.AddItemHandler(1, delegate { NewGame((currentLevelIndex+1) % levels.Count); }); 
Note: See TracChangeset for help on using the changeset viewer.