Changeset 5765 for 2014


Ignore:
Timestamp:
2014-11-15 14:15:06 (8 years ago)
Author:
hesahave
Message:

moro!

Location:
2014/23/LeoL/PerusPeli1
Files:
50 added
1 edited

Legend:

Unmodified
Added
Removed
  • 2014/23/LeoL/PerusPeli1/PerusPeli1/PerusPeli1/PerusPeli1.cs

    r4892 r5765  
    7474        kenttaTavoitteet.Add(0, new Dictionary<Talotyyppi, int>() 
    7575        { 
    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} 
    8181        }); 
    8282    } 
     
    285285        Timer ajastin = new Timer(); 
    286286 
    287         ajastin.Interval = 1; 
     287        ajastin.Interval = 3; 
    288288        ajastin.Timeout += delegate 
    289289        { 
Note: See TracChangeset for help on using the changeset viewer.