Changeset 613


Ignore:
Timestamp:
2010-06-09 14:37:02 (13 years ago)
Author:
eearleht
Message:

Jatkoimme Siikapelin tekemistä.

Location:
2010/23/eearleht/Siikapeli
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • 2010/23/eearleht/Siikapeli/Content/Content.contentproj

    r600 r613  
    7575    </Compile> 
    7676  </ItemGroup> 
     77  <ItemGroup> 
     78    <Compile Include="Ice fishing.jpg"> 
     79      <Name>Ice fishing</Name> 
     80      <Importer>TextureImporter</Importer> 
     81      <Processor>TextureProcessor</Processor> 
     82    </Compile> 
     83  </ItemGroup> 
    7784  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    7885  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  
  • 2010/23/eearleht/Siikapeli/Peli.cs

    r600 r613  
    6767            Level.Background.CreateGradient(Color.White, Color.White); 
    6868 
    69             lisaaTaso(215, -75); 
    70             lisaaTaso(50, -200); 
    71             lisaaTaso(-75, -300); 
    72             lisaaTaso(-75, 50); 
    73             lisaaTaso(250, 125); 
    74             lisaaTaso(375, 300); 
     69            lisaaTaso(0, 0); 
    7570            lisaaMaali(); 
    7671            lisaaPelaajat(); 
     
    105100            maali.IgnoresCollisionResponse = true; 
    106101            maali.X = 100; 
    107             maali.Y = 500; 
     102            maali.Y = 300; 
    108103            maali.Image = LoadImage("tahti"); 
    109104            Add(maali); 
Note: See TracChangeset for help on using the changeset viewer.