Changeset 1924
- Timestamp:
- 2011-06-12 15:07:58 (12 years ago)
- Location:
- 2011/23/iltakuop/Blocks/Blocks
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/23/iltakuop/Blocks/Blocks/Blocks/Blocks.csproj
r1921 r1924 34 34 <CreateWebPageOnPublish>true</CreateWebPageOnPublish> 35 35 <WebPage>publish.htm</WebPage> 36 <ApplicationRevision> 2</ApplicationRevision>36 <ApplicationRevision>5</ApplicationRevision> 37 37 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 38 38 <UseApplicationTrust>false</UseApplicationTrust> -
2011/23/iltakuop/Blocks/Blocks/Blocks/Peli.cs
r1923 r1924 63 63 Image taustaKuva3 = LoadImage("Taustakuva3"); 64 64 Image mailanKuva = LoadImage("Maila"); 65 Image elämänKuva = LoadImage("el ämä");65 Image elämänKuva = LoadImage("elama"); 66 66 Image tasomKuva = LoadImage("mtaso"); 67 67 Image tykkiKuva = LoadImage("Tykkipalikka"); … … 208 208 Level.Background.Size = new Vector(Screen.Width, Screen.Height); 209 209 210 211 210 valikonKohdat = new List<Label>(); 212 211 … … 261 260 kohta1e2.TextColor = Color.Red; 262 261 263 262 Label kohta1f1 = new Label("Miinustaso, jos osut siihen"); 263 kohta1f1.Position = new Vector(Level.Left + 285, -175); 264 valikonKohdat.Add(kohta1f1); 265 kohta1f1.TextColor = Color.Red; 266 267 Label kohta1g2 = new Label("menetät 500 pistettä"); 268 kohta1g2.Position = new Vector(Level.Left + 260, -200); 269 valikonKohdat.Add(kohta1g2); 270 kohta1g2.TextColor = Color.Red; 264 271 265 272 Label kohta2a1 = new Label("Pistepowerupit, kerää ne ja"); … … 312 319 valikonKohdat.Add(kohta2d1); 313 320 kohta2d1.TextColor = Color.Red; 321 322 Label kohta2d2 = new Label("lisäelämän ja 200 lisäpistettä"); 323 kohta2d2.Position = new Vector(Level.Left + 816, -175); 324 valikonKohdat.Add(kohta2d2); 325 kohta2d2.TextColor = Color.Red; 314 326 315 327 elämä = new PhysicsObject(25, 25); … … 355 367 Add(Power3); 356 368 357 Label kohta2d2 = new Label("lisäelämän ja 200 lisäpistettä");358 kohta2d2.Position = new Vector(Level.Left + 816, -175);359 valikonKohdat.Add(kohta2d2);360 kohta2d2.TextColor = Color.Red;361 362 369 foreach (Label valikonKohta in valikonKohdat) 363 370 { … … 366 373 367 374 PhysicsObject ohjeTaso = lisaaTaso(); 368 ohjeTaso.Position = new Vector(Level.Left + 100, 1 35);375 ohjeTaso.Position = new Vector(Level.Left + 100, 150); 369 376 ohjeTaso.Size = new Vector(80, 20); 370 377 Add(ohjeTaso); … … 386 393 387 394 PhysicsObject ohjeTykki = lisaaTykki(); 388 ohjeTykki.Position = new Vector(Level.Left + 100, - 90);395 ohjeTykki.Position = new Vector(Level.Left + 100, -110); 389 396 ohjeTykki.Size = new Vector(80, 20); 390 397 Add(ohjeTykki); 398 399 PhysicsObject ohjemTaso = lisaamTaso(); 400 ohjemTaso.Position = new Vector(Level.Left + 100, -185); 401 ohjemTaso.Size = new Vector(80, 20); 402 Add(ohjemTaso); 391 403 392 404 TyhjennäListat(); … … 779 791 ySuuntaKorjattu = 0; 780 792 } 781 782 793 783 794 void AnnaPowerUp(PhysicsObject kohde) -
2011/23/iltakuop/Blocks/Blocks/BlocksContent/BlocksContent.contentproj
r1913 r1924 142 142 </ItemGroup> 143 143 <ItemGroup> 144 <Compile Include="el ämä.png">145 <Name>el ämä</Name>144 <Compile Include="elama.png"> 145 <Name>elama</Name> 146 146 <Importer>TextureImporter</Importer> 147 147 <Processor>TextureProcessor</Processor>
Note: See TracChangeset
for help on using the changeset viewer.