- Timestamp:
- 2011-06-10 11:11:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/23/iltakuop/Blocks/Blocks/Blocks/Peli2.cs
r1867 r1871 230 230 231 231 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); 233 233 valikonKohdat.Add(kohta1c1); 234 234 kohta1c1.TextColor = Color.White; 235 235 236 236 Label kohta1c2 = new Label("pallon osuessa"); 237 kohta1c2.Position = new Vector(Level.Left + 300, 0);237 kohta1c2.Position = new Vector(Level.Left + 227, 0); 238 238 valikonKohdat.Add(kohta1c2); 239 239 kohta1c2.TextColor = Color.White; 240 240 241 241 Label kohta1d = new Label("Tuhoutumaton seinä"); 242 kohta1d.Position = new Vector(Level.Left + 300, -50);242 kohta1d.Position = new Vector(Level.Left + 257, -50); 243 243 valikonKohdat.Add(kohta1d); 244 244 kohta1d.TextColor = Color.White;
Note: See TracChangeset
for help on using the changeset viewer.