Changeset 6095


Ignore:
Timestamp:
2015-06-15 13:38:55 (8 years ago)
Author:
sieerinn
Message:
 
Location:
2015/24/ohjaajat/Dungeon/Dungeon
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • 2015/24/ohjaajat/Dungeon/Dungeon/Dungeon/Dungeon.cs

    r6094 r6095  
    273273        IsMouseVisible = true; 
    274274 
    275         //SetWindowSize(1024, 768); Riippuu Jypelin versiosta. 
     275        //SetWindowSize(1024, 768); // Riippuu Jypelin versiosta. 
    276276        Window.Width = 1024; 
    277277        Window.Height = 768; 
  • 2015/24/ohjaajat/Dungeon/Dungeon/DungeonContent/DungeonContent.contentproj

    r6092 r6095  
    346346    </Compile> 
    347347  </ItemGroup> 
     348  <ItemGroup> 
     349    <Compile Include="fountain\f0001.png"> 
     350      <Name>f0001</Name> 
     351      <Importer>TextureImporter</Importer> 
     352      <Processor>TextureProcessor</Processor> 
     353    </Compile> 
     354    <Compile Include="fountain\f0002.png"> 
     355      <Name>f0002</Name> 
     356      <Importer>TextureImporter</Importer> 
     357      <Processor>TextureProcessor</Processor> 
     358    </Compile> 
     359    <Compile Include="fountain\f0003.png"> 
     360      <Name>f0003</Name> 
     361      <Importer>TextureImporter</Importer> 
     362      <Processor>TextureProcessor</Processor> 
     363    </Compile> 
     364    <Compile Include="fountain\f0004.png"> 
     365      <Name>f0004</Name> 
     366      <Importer>TextureImporter</Importer> 
     367      <Processor>TextureProcessor</Processor> 
     368    </Compile> 
     369    <Compile Include="fountain\f0005.png"> 
     370      <Name>f0005</Name> 
     371      <Importer>TextureImporter</Importer> 
     372      <Processor>TextureProcessor</Processor> 
     373    </Compile> 
     374    <Compile Include="fountain\f0006.png"> 
     375      <Name>f0006</Name> 
     376      <Importer>TextureImporter</Importer> 
     377      <Processor>TextureProcessor</Processor> 
     378    </Compile> 
     379  </ItemGroup> 
    348380  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    349381  <!--  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.