Changeset 6565
- Timestamp:
- 2015-06-30 11:03:29 (8 years ago)
- Location:
- 2015/27/TapaniS/ProjectStar/ProjectStar
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/ProjectStar.cs
r6562 r6565 10 10 { 11 11 Image tasoKuva = LoadImage("monttu"); 12 Image taustaKuva = LoadImage(" Kentta");12 Image taustaKuva = LoadImage("Pemppe3"); 13 13 Vector nopeusYlos = new Vector(0, 200); 14 14 //Vector nopeusOikealle = new Vector(150, 0); … … 57 57 58 58 Level.Background.Image = taustaKuva; 59 Camera.ZoomToLevel();59 //Camera.ZoomToLevel(); 60 60 Level.CreateBorders(1, 1, 2, 1.0, Color.Transparent); 61 Level.Size = new Vector(1650, 1050);62 Level.Background.FitToLevel();61 //Level.Size = new Vector(1650, 1050); 62 //Level.Background.FitToLevel(); 63 63 64 64 LiikutaUkkoa(); -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/ProjectStar.csproj.Debug.cachefile
r6561 r6565 1 1 Content\Kentta.xnb 2 2 Content\monttu.xnb 3 Content\Pemppe2.xnb 4 Content\pemppe3.xnb -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/ContentPipeline-{F977AF6D-8086-4A71-9FEE-75BE75429D56}.xml
r6561 r6565 19 19 <Output>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\monttu.xnb</Output> 20 20 <Time>2015-06-30T09:57:38.8415095+03:00</Time> 21 </Item> 22 <Item> 23 <Source>Pemppe2.png</Source> 24 <Name>Pemppe2</Name> 25 <Importer>TextureImporter</Importer> 26 <Processor>TextureProcessor</Processor> 27 <Options>None</Options> 28 <Output>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\Pemppe2.xnb</Output> 29 <Time>2015-06-30T10:58:20.8826095+03:00</Time> 30 </Item> 31 <Item> 32 <Source>pemppe3.jpg</Source> 33 <Name>pemppe3</Name> 34 <Importer>TextureImporter</Importer> 35 <Processor>TextureProcessor</Processor> 36 <Options>None</Options> 37 <Output>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\pemppe3.xnb</Output> 38 <Time>2015-06-30T11:02:18.0424095+03:00</Time> 21 39 </Item> 22 40 <BuildSuccessful>true</BuildSuccessful> -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/ProjectStar.csproj.FileListAbsolute.txt
r6561 r6565 17 17 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\Kentta.xnb 18 18 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\monttu.xnb 19 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\Pemppe2.xnb 20 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\pemppe3.xnb -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/cachefile-{F977AF6D-8086-4A71-9FEE-75BE75429D56}-targetpath.txt
r6561 r6565 1 1 Content\Kentta.xnb 2 2 Content\monttu.xnb 3 Content\Pemppe2.xnb 4 Content\pemppe3.xnb -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStarContent/ProjectStarContent.contentproj
r6561 r6565 59 59 </Compile> 60 60 </ItemGroup> 61 <ItemGroup> 62 <Compile Include="Pemppe2.png"> 63 <Name>Pemppe2</Name> 64 <Importer>TextureImporter</Importer> 65 <Processor>TextureProcessor</Processor> 66 </Compile> 67 </ItemGroup> 68 <ItemGroup> 69 <Compile Include="pemppe3.jpg"> 70 <Name>pemppe3</Name> 71 <Importer>TextureImporter</Importer> 72 <Processor>TextureProcessor</Processor> 73 </Compile> 74 </ItemGroup> 61 75 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 62 76 <!-- 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.