Changeset 1871 for 2011/23


Ignore:
Timestamp:
2011-06-10 11:11:47 (12 years ago)
Author:
iltakuop
Message:

testi testi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2011/23/iltakuop/Blocks/Blocks/Blocks/Peli2.cs

    r1867 r1871  
    230230 
    231231        Label kohta1c1 = new Label("TNT palikka, räjähtää"); 
    232         kohta1c1.Position = new Vector(Level.Left + 300, 25); 
     232        kohta1c1.Position = new Vector(Level.Left + 261, 25); 
    233233        valikonKohdat.Add(kohta1c1); 
    234234        kohta1c1.TextColor = Color.White; 
    235235 
    236236        Label kohta1c2 = new Label("pallon osuessa"); 
    237         kohta1c2.Position = new Vector(Level.Left + 300, 0); 
     237        kohta1c2.Position = new Vector(Level.Left + 227, 0); 
    238238        valikonKohdat.Add(kohta1c2); 
    239239        kohta1c2.TextColor = Color.White; 
    240240 
    241241        Label kohta1d = new Label("Tuhoutumaton seinä"); 
    242         kohta1d.Position = new Vector(Level.Left + 300, -50); 
     242        kohta1d.Position = new Vector(Level.Left + 257, -50); 
    243243        valikonKohdat.Add(kohta1d); 
    244244        kohta1d.TextColor = Color.White; 
Note: See TracChangeset for help on using the changeset viewer.