- Timestamp:
- 2011-06-29 14:53:46 (12 years ago)
- Location:
- 2011/26/RoosaP/FindTheWay
- Files:
-
- 1 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/FindTheWay.csproj.Debug.cachefile
r2308 r2313 3 3 Content\leppis.xnb 4 4 Content\kaveri.xnb 5 Content\kukka2.xnb 5 6 kentta.txt -
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/Peli.cs
r2308 r2313 19 19 Image perhonenKuva = LoadImage("perhonen"); 20 20 21 21 Image kukka2Kuva = LoadImage("kukka2"); 22 22 23 23 public override void Begin() … … 56 56 ruudut.SetTileMethod('p', LuoPerhonen); 57 57 ruudut.SetTileMethod('K', LuoKaveri); 58 ruudut.SetTileMethod('2' LuoKukka2);58 ruudut.SetTileMethod('2', LuoKukka2); 59 59 ruudut.Execute(90, 90); 60 60 Camera.ZoomToLevel(); … … 111 111 PhysicsObject kukka2 = PhysicsObject.CreateStaticObject(leveys, korkeus); 112 112 kukka2.Position = paikka; 113 kukka2.Shape = Shape.Rectangle; 113 kukka2.Shape = Shape.Rectangle; 114 kukka2.Color = Color.Blue; 115 kukka2.Image = kukka2Kuva; 116 Add(kukka2); 117 114 118 115 119 } -
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/bin/x86/Debug/kentta.txt
r2308 r2313 2 2 # p p pp p # 3 3 # # 4 # L k k kkkkkkk 4 # L k k kkkkkkk 2 # 5 5 ################################# # 6 6 # p p p p # 7 7 # # 8 8 # # 9 # k k k k kk k #9 # 2 k k k k k 2 2 k k # 10 10 # p################################# 11 11 # p pp p p p # 12 12 # # 13 13 # # 14 # k k k k kk #14 # k k k k 222 k k # 15 15 ################################# # 16 16 # p p p p ppp# 17 17 # # 18 18 # # 19 # K kk kkkkk k kk #19 # K kk kkkkk k k 222 k # 20 20 ########################################## -
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/kentta.txt
r2308 r2313 2 2 # p p pp p # 3 3 # # 4 # L k k kkkkkkk 4 # L k k kkkkkkk 2 # 5 5 ################################# # 6 6 # p p p p # 7 7 # # 8 8 # # 9 # k k k k kk k #9 # 2 k k k k k 2 2 k k # 10 10 # p################################# 11 11 # p pp p p p # 12 12 # # 13 13 # # 14 # k k k k kk #14 # k k k k 222 k k # 15 15 ################################# # 16 16 # p p p p ppp# 17 17 # # 18 18 # # 19 # K kk kkkkk k kk #19 # K kk 2 kkkkk k k 222 k # 20 20 ########################################## -
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/obj/x86/Debug/FindTheWay.csproj.FileListAbsolute.txt
r2308 r2313 12 12 C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\leppis.xnb 13 13 C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\kaveri.xnb 14 C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\kukka2.xnb -
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/obj/x86/Debug/cachefile-{F99C4AEA-2BC7-415B-BA68-EB1E1A49FABD}-targetpath.txt
r2308 r2313 3 3 Content\leppis.xnb 4 4 Content\kaveri.xnb 5 Content\kukka2.xnb -
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWayContent/FindTheWayContent.contentproj
r2308 r2313 68 68 </Compile> 69 69 </ItemGroup> 70 <ItemGroup> 71 <Compile Include="kukka2.png"> 72 <Name>kukka2</Name> 73 <Importer>TextureImporter</Importer> 74 <Processor>TextureProcessor</Processor> 75 </Compile> 76 </ItemGroup> 70 77 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 71 78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWayContent/obj/x86/Debug/ContentPipeline.xml
r2308 r2313 37 37 <Output>C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\kaveri.xnb</Output> 38 38 <Time>2011-06-29T13:36:48.3305497+03:00</Time> 39 </Item> 40 <Item> 41 <Source>kukka2.png</Source> 42 <Name>kukka2</Name> 43 <Importer>TextureImporter</Importer> 44 <Processor>TextureProcessor</Processor> 45 <Options>None</Options> 46 <Output>C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\kukka2.xnb</Output> 47 <Time>2011-06-29T14:45:58.872738+03:00</Time> 39 48 </Item> 40 49 <BuildSuccessful>true</BuildSuccessful>
Note: See TracChangeset
for help on using the changeset viewer.