Ignore:
Timestamp:
2015-05-12 21:49:28 (8 years ago)
Author:
esaala
Message:
 
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  
    1616    { 
    1717        elamaLaskuri = new IntMeter(max, 0, max); 
    18         elamaLaskuri.LowerLimit += delegate { 
     18        elamaLaskuri.LowerLimit += delegate 
     19        { 
    1920            if (this.Weapon != null) 
    2021            { 
     
    110111        kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 
    111112        Level.CreateBorders(); 
    112         Level.BackgroundColor = new Color( 150, 150, 150); 
     113        Level.Background.Color = new Color( 150, 150, 150); 
    113114 
    114115        laskuri = new IntMeter(0, 0, 100); 
     
    202203        AddCollisionHandler(pelaaja1, "pix", Tormaapixiin); 
    203204        Add(pelaaja1); 
     205        pelaaja1.IgnoresCollisionResponse = false; 
    204206        AddCollisionHandler(pelaaja1, "1UP", tormaaOneUP); 
    205207        AddCollisionHandler(pelaaja1, "Heal", tormaaHealingiin); 
     
    351353                Timer.SingleShot(0.3, delegate { pelaaja1.AnimIdle = new Animation(standinganimation); playerisshooting = false; }); 
    352354            } 
    353              
    354355        } 
    355356 
     
    396397        healthMeter.Angle = Angle.RightAngle; 
    397398        healthMeter.Color = Color.Transparent; 
    398         healthMeter.BarColor = Color.Red; 
    399         healthMeter.BorderColor = Color.Black; 
     399        healthMeter.BarColor = Color.Beige; 
     400         
    400401 
    401402 
  • 2014/30/AarniAR/AdventureOfStarKid/AdventureOfStarKid/AdventureOfStarKidContent/AdventureOfStarKidContent.contentproj

    r5824 r5838  
    329329    <Folder Include="NewFolder2\" /> 
    330330  </ItemGroup> 
     331  <ItemGroup> 
     332    <Compile Include="StandingShootanimation.png" /> 
     333  </ItemGroup> 
    331334  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    332335  <!--  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.