- Timestamp:
- 2010-07-07 14:56:33 (13 years ago)
- 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 48 48 { 49 49 LuoKenttä(3000, 1000); 50 LuoTausta(3000, Level.Bottom );50 LuoTausta(3000, Level.Bottom+75); 51 51 pelaaja1 = LuoUkko(Level.Left + 30, Level.Bottom + 75, 85, 75, "Tipu1"); 52 52 Gravity = new Vector(0, -1000); … … 61 61 void LuoTausta(int w, double y) 62 62 { 63 for ( int x = 1; x < w; x += 100)63 for (double x = Level.Left; x < w; x += 100) 64 64 { 65 65 LuoTaustaEsineitä(x, y, 50, 50, "Aita");
Note: See TracChangeset
for help on using the changeset viewer.