Changeset 2313 for 2011/26


Ignore:
Timestamp:
2011-06-29 14:53:46 (12 years ago)
Author:
rolipark
Message:

Talletus.

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  
    33Content\leppis.xnb 
    44Content\kaveri.xnb 
     5Content\kukka2.xnb 
    56kentta.txt 
  • 2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/Peli.cs

    r2308 r2313  
    1919    Image perhonenKuva = LoadImage("perhonen"); 
    2020 
    21     
     21    Image kukka2Kuva = LoadImage("kukka2"); 
    2222 
    2323    public override void Begin() 
     
    5656        ruudut.SetTileMethod('p', LuoPerhonen); 
    5757        ruudut.SetTileMethod('K', LuoKaveri); 
    58         ruudut.SetTileMethod('2' LuoKukka2); 
     58        ruudut.SetTileMethod('2', LuoKukka2); 
    5959        ruudut.Execute(90, 90); 
    6060        Camera.ZoomToLevel(); 
     
    111111        PhysicsObject kukka2 = PhysicsObject.CreateStaticObject(leveys, korkeus); 
    112112        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         
    114118 
    115119    } 
  • 2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/bin/x86/Debug/kentta.txt

    r2308 r2313  
    22#             p                   p pp p # 
    33#                                        # 
    4 #  L    k  k         kkkkkkk             # 
     4#  L    k  k         kkkkkkk 2           # 
    55#################################        # 
    66# p p               p           p        # 
    77#                                        # 
    88#                                        # 
    9 #           k k k k      k           k k # 
     9#         2 k k k k      k      2 2  k k # 
    1010#       p################################# 
    1111#         p     pp       p           p p # 
    1212#                                        # 
    1313#                                        # 
    14 # k k k k       k            k           # 
     14# k k k k  222     k         k           # 
    1515#################################        # 
    1616#             p     p      p p        ppp# 
    1717#                                        # 
    1818#                                        # 
    19 # K     kk          kkkkk      k k    k # 
     19# K     kk          kkkkk     k k  222 k # 
    2020########################################## 
  • 2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/kentta.txt

    r2308 r2313  
    22#             p                   p pp p # 
    33#                                        # 
    4 #  L    k  k         kkkkkkk             # 
     4#  L    k  k         kkkkkkk 2           # 
    55#################################        # 
    66# p p               p           p        # 
    77#                                        # 
    88#                                        # 
    9 #           k k k k      k           k k # 
     9#         2 k k k k      k      2 2  k k # 
    1010#       p################################# 
    1111#         p     pp       p           p p # 
    1212#                                        # 
    1313#                                        # 
    14 # k k k k       k            k           # 
     14# k k k k  222     k         k           # 
    1515#################################        # 
    1616#             p     p      p p        ppp# 
    1717#                                        # 
    1818#                                        # 
    19 # K     kk          kkkkk      k k    k # 
     19# K     kk    2     kkkkk     k k  222 k # 
    2020########################################## 
  • 2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWay/obj/x86/Debug/FindTheWay.csproj.FileListAbsolute.txt

    r2308 r2313  
    1212C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\leppis.xnb 
    1313C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\kaveri.xnb 
     14C:\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  
    33Content\leppis.xnb 
    44Content\kaveri.xnb 
     5Content\kukka2.xnb 
  • 2011/26/RoosaP/FindTheWay/FindTheWay/FindTheWayContent/FindTheWayContent.contentproj

    r2308 r2313  
    6868    </Compile> 
    6969  </ItemGroup> 
     70  <ItemGroup> 
     71    <Compile Include="kukka2.png"> 
     72      <Name>kukka2</Name> 
     73      <Importer>TextureImporter</Importer> 
     74      <Processor>TextureProcessor</Processor> 
     75    </Compile> 
     76  </ItemGroup> 
    7077  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    7178  <!--  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  
    3737      <Output>C:\MyTemp\RoosaP\FindTheWay\FindTheWay\FindTheWay\bin\x86\Debug\Content\kaveri.xnb</Output> 
    3838      <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> 
    3948    </Item> 
    4049    <BuildSuccessful>true</BuildSuccessful> 
Note: See TracChangeset for help on using the changeset viewer.