Changeset 1157 for 2010


Ignore:
Timestamp:
2010-07-07 14:56:33 (13 years ago)
Author:
frjolehm
Message:

korjasin bugin.

Location:
2010/27/frjolehm
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • 2010/27/frjolehm/The King of the island/The King of the island/Peli.cs

    r1146 r1157  
    4848        { 
    4949            LuoKenttä(3000, 1000); 
    50             LuoTausta(3000, Level.Bottom); 
     50            LuoTausta(3000, Level.Bottom+75); 
    5151            pelaaja1 = LuoUkko(Level.Left + 30, Level.Bottom + 75, 85, 75, "Tipu1"); 
    5252            Gravity = new Vector(0, -1000); 
     
    6161    void LuoTausta(int w, double y) 
    6262    { 
    63         for (int x = 1; x < w; x += 100)  
     63        for (double x = Level.Left; x < w; x += 100)  
    6464        { 
    6565            LuoTaustaEsineitä(x, y, 50, 50, "Aita"); 
Note: See TracChangeset for help on using the changeset viewer.