- Timestamp:
- 2013-06-07 11:03:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/23/Jon-ErikK/magnetaa.cs
r3996 r4008 155 155 tasoOikea.X =Level.Right-150; 156 156 tasoOikea.Y = 0; 157 tasoOikea. Color = Color.Silver;157 tasoOikea.Image = LoadImage("Metallitekstuuri"); 158 158 159 159 GameObject tasoVasen = new GameObject(300, Level.Height); … … 161 161 tasoVasen.X = Level.Left+150; 162 162 tasoVasen.Y = 0; 163 tasoVasen. Color = Color.Silver;163 tasoVasen.Image = LoadImage("Metallitekstuuri"); 164 164 165 165 Add(tasoOikea,-3); … … 172 172 Label pistenaytto1 = new Label(); 173 173 pistenaytto1.X = Screen.Left + 100; 174 pistenaytto1.Y = Screen.Top - 130; 175 pistenaytto1.Color = Color.Charcoal; 174 pistenaytto1.Y = Screen.Top - 50; 176 175 pistenaytto1.TextColor = Color.White; 177 176 … … 181 180 Label pistenaytto2 = new Label(); 182 181 pistenaytto2.X = Screen.Right - 100; 183 pistenaytto2.Y = Screen.Top - 130; 184 pistenaytto2.Color = Color.Charcoal; 182 pistenaytto2.Y = Screen.Top - 50; 185 183 pistenaytto2.TextColor = Color.White; 186 184 … … 192 190 Label pelaajan1 = luoTekstillinenLabel(Color.White, "Pelaajan 1 elamat"); 193 191 pelaajan1.X = Screen.Left + 110; 194 pelaajan1.Y = Screen.Top - 100;192 pelaajan1.Y = Screen.Top - 30; 195 193 196 194 Label pelaajan2 = luoTekstillinenLabel(Color.White, "Pelaajan 2 elamat"); 197 195 pelaajan2.X = Screen.Right - 110; 198 pelaajan2.Y = Screen.Top - 100;196 pelaajan2.Y = Screen.Top -30; 199 197 200 198 Add(pelaajan1);
Note: See TracChangeset
for help on using the changeset viewer.