Changeset 1904 for 2011/23


Ignore:
Timestamp:
2011-06-10 12:32:37 (12 years ago)
Author:
joaamaka
Message:

testikettä lagi pois ja ovet "rahasuihkuun"

Location:
2011/23/mikmatla/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 2011/23/mikmatla/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Peli.cs

    r1879 r1904  
    4242        MediaPlayer.Play("Musiikki"); 
    4343        MediaPlayer.IsRepeating = true; 
     44        IsFullScreen = true; 
    4445    } 
    4546 
     
    4849        ValikonKohdat = new List<Label>(); 
    4950  
    50             if (pisteLaskuri.Value > 30) 
     51            if (pisteLaskuri.Value > 570) 
    5152            { 
    5253                ajastin.Stop(); 
     
    107108        ValikonKohdat.Add(kohta1); 
    108109 
    109         Label kohta2 = new Label("Kenttä 1 (Kesken)"); 
     110        Label kohta2 = new Label("Kenttä 1"); 
    110111        kohta2.Position = new Vector(0, 00); 
    111112        kohta2.TextColor = Color.Wheat; 
     
    242243        kohta3.TextColor = Color.Wheat; 
    243244        ValikonKohdat.Add(kohta3); 
     245 
     246        Label kohta4 = new Label("Rahan tuloa ei voi estäää~"); 
     247        kohta4.Angle = RandomGen.NextAngle(); 
     248        kohta4.TextColor = Color.DarkCyan; 
     249        kohta4.Position = new Vector(0, 200); 
     250        kohta4.Font = Font.DefaultLargeBold; 
     251        ValikonKohdat.Add(kohta4); 
    244252 
    245253        foreach (Label Valikonkohta in ValikonKohdat) 
     
    281289        kentta['N'] = lisaaPelaaja; 
    282290        kentta['^'] = lisaaIlkea; 
     291        kentta['l'] = lisaaNappi_l; 
     292        kentta['L'] = lisaaOviL; 
    283293        kentta.Insert(RUUDUN_KOKO, RUUDUN_KOKO); 
    284294        Level.CreateBorders(); 
     
    489499            pisteAikaLaskuri = new Timer(); 
    490500 
    491             if (pisteLaskuri.Value == 30) 
     501            if (pisteLaskuri.Value == 550) 
    492502            { 
    493503                pisteAikaLaskuri.Interval = 1; 
  • 2011/23/mikmatla/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/kentta1.txt

    r1879 r1904  
    1 ********************** 
    2 ********************** 
    3 ********************** 
    4 ********************** 
    5 ********************** 
    6 ********************** 
    7 ********************** 
    8 ********************** 
    9 ********************** 
    10 ********************** 
    11 ********************** 
    12 ********************** 
    13 ********************** 
    14 ********************** 
    15 ********************** 
    16 ********************** 
    17 ********************** 
    18 ********************** 
    19 ********************** 
    20 ********************** 
    21 ********************** 
    22 ********************** 
    23 ********************** 
    24 ********************** 
    25 ********************** 
    26 ********************** 
    27 ********************** 
    28 ********************** 
    29 ********************** 
    30 ********************** 
    31 ********************** 
    32 ********************** 
    33 ********************** 
    34 ********************** 
    35 ********************** 
    36 ********************** 
    37 ********************** 
    38 ********************** 
    39 ********************** 
    40 ********************** 
    41 ********************** 
    42 ********************** 
    43 ********************** 
    44 ********************** 
    451********************** 
    462********************** 
     
    6521 
    6622 
    67  
    68  
     23l                     l 
    6924#                     # 
    7025 #                   # 
     
    7631       #       # 
    7732        #     # 
    78          #   # 
    79  
     33         #LLL# 
     34         l   l 
    8035 
    8136          * 
Note: See TracChangeset for help on using the changeset viewer.