Changeset 5838 for 2014/30/AarniAR/AdventureOfStarKid/AdventureOfStarKid
- Timestamp:
- 2015-05-12 21:49:28 (8 years ago)
- Location:
- 2014/30/AarniAR/AdventureOfStarKid/AdventureOfStarKid
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/30/AarniAR/AdventureOfStarKid/AdventureOfStarKid/AdventureOfStarKid/AdventureOfStarKid.cs
r5824 r5838 16 16 { 17 17 elamaLaskuri = new IntMeter(max, 0, max); 18 elamaLaskuri.LowerLimit += delegate { 18 elamaLaskuri.LowerLimit += delegate 19 { 19 20 if (this.Weapon != null) 20 21 { … … 110 111 kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 111 112 Level.CreateBorders(); 112 Level.Background Color = new Color( 150, 150, 150);113 Level.Background.Color = new Color( 150, 150, 150); 113 114 114 115 laskuri = new IntMeter(0, 0, 100); … … 202 203 AddCollisionHandler(pelaaja1, "pix", Tormaapixiin); 203 204 Add(pelaaja1); 205 pelaaja1.IgnoresCollisionResponse = false; 204 206 AddCollisionHandler(pelaaja1, "1UP", tormaaOneUP); 205 207 AddCollisionHandler(pelaaja1, "Heal", tormaaHealingiin); … … 351 353 Timer.SingleShot(0.3, delegate { pelaaja1.AnimIdle = new Animation(standinganimation); playerisshooting = false; }); 352 354 } 353 354 355 } 355 356 … … 396 397 healthMeter.Angle = Angle.RightAngle; 397 398 healthMeter.Color = Color.Transparent; 398 healthMeter.BarColor = Color. Red;399 healthMeter.BorderColor = Color.Black;399 healthMeter.BarColor = Color.Beige; 400 400 401 401 402 -
2014/30/AarniAR/AdventureOfStarKid/AdventureOfStarKid/AdventureOfStarKidContent/AdventureOfStarKidContent.contentproj
r5824 r5838 329 329 <Folder Include="NewFolder2\" /> 330 330 </ItemGroup> 331 <ItemGroup> 332 <Compile Include="StandingShootanimation.png" /> 333 </ItemGroup> 331 334 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 332 335 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.