- Timestamp:
- 2014-11-15 14:15:06 (8 years ago)
- Location:
- 2014/23/LeoL/PerusPeli1
- Files:
-
- 50 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/23/LeoL/PerusPeli1/PerusPeli1/PerusPeli1/PerusPeli1.cs
r4892 r5765 74 74 kenttaTavoitteet.Add(0, new Dictionary<Talotyyppi, int>() 75 75 { 76 {Talotyyppi.Castle, 1},77 {Talotyyppi.Stronghold, 2},78 {Talotyyppi.Fortress, 4},79 {Talotyyppi.Keep, 8},80 {Talotyyppi.House, 16}76 {Talotyyppi.Castle, 2}, 77 {Talotyyppi.Stronghold, 4}, 78 {Talotyyppi.Fortress, 5}, 79 {Talotyyppi.Keep, 10}, 80 {Talotyyppi.House, 20} 81 81 }); 82 82 } … … 285 285 Timer ajastin = new Timer(); 286 286 287 ajastin.Interval = 1;287 ajastin.Interval = 3; 288 288 ajastin.Timeout += delegate 289 289 {
Note: See TracChangeset
for help on using the changeset viewer.