Changeset 8393 for 2015


Ignore:
Timestamp:
2017-01-28 12:38:41 (7 years ago)
Author:
jotapoti
Message:

pommi

Location:
2015/koodauskerho/AarreP
Files:
4 added
16 edited

Legend:

Unmodified
Added
Removed
  • 2015/koodauskerho/AarreP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1.cs

    r8374 r8393  
    2121    Image KuolemaKuva = LoadImage("kuolema"); 
    2222    Image AmpujaKuva = LoadImage("ampujahahmo"); 
     23    Image pommiKuva = LoadImage("pommi"); 
    2324    Image[] animaatioKuvat = LoadImages("originalhahmo", "hahmosydan","hahmosyosydan"); 
    2425    Image[] animaatioKuvat2 = LoadImages("originalhahmo","originalhahmokävely1"); 
     
    151152        Keyboard.Listen(Key.Up, ButtonState.Pressed, Hyppaa, "Pelaaja hyppää", pelaaja1, hyppyNopeus); 
    152153        Keyboard.Listen(Key.Space, ButtonState.Down, AmmuAseella, "Ammu", pelaajan1Ase); 
     154        Keyboard.Listen(Key.M, ButtonState.Down, Heitapommi, "heita", pelaaja1); 
    153155 
    154156        ControllerOne.Listen(Button.Back, ButtonState.Pressed, Exit, "Poistu pelistä"); 
     
    252254        } 
    253255    } 
     256    void Heitapommi(PlatformCharacter hahmo) 
     257    { 
     258        Grenade kranu = new Grenade(8.0); 
     259        kranu.Image = pommiKuva; 
     260        hahmo.Throw(kranu, Angle.FromDegrees(40), 10000); 
     261    } 
    254262} 
  • 2015/koodauskerho/AarreP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1.csproj.Debug.cachefile

    r8374 r8393  
    1515Content\rakettikukka.xnb 
    1616Content\rakettihahmo.xnb 
     17Content\originalhahmokÀvely1.xnb 
    1718Content\kentta1.xnb 
    1819Content\musa.xnb 
    19 Content\originalhahmokÀvely1.xnb 
     20Content\pommi.xnb 
    2021Content\musa.wma 
  • 2015/koodauskerho/AarreP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml

    r8374 r8393  
    88      <Processor>SoundEffectProcessor</Processor> 
    99      <Options>None</Options> 
    10       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\maali.xnb</Output> 
    11       <Time>2016-12-17T10:31:44.1830029+02:00</Time> 
     10      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\maali.xnb</Output> 
     11      <Time>2017-01-28T10:43:07.4710202+02:00</Time> 
    1212    </Item> 
    1313    <Item> 
     
    1717      <Processor>TextureProcessor</Processor> 
    1818      <Options>None</Options> 
    19       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\norsu.xnb</Output> 
    20       <Time>2016-12-17T10:31:44.2142029+02:00</Time> 
     19      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\norsu.xnb</Output> 
     20      <Time>2017-01-28T10:43:07.5022202+02:00</Time> 
    2121    </Item> 
    2222    <Item> 
     
    2626      <Processor>TextureProcessor</Processor> 
    2727      <Options>None</Options> 
    28       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\tahti.xnb</Output> 
    29       <Time>2016-12-17T10:31:44.2142029+02:00</Time> 
     28      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\tahti.xnb</Output> 
     29      <Time>2017-01-28T10:43:07.5022202+02:00</Time> 
    3030    </Item> 
    3131    <Item> 
     
    3535      <Processor>TextureProcessor</Processor> 
    3636      <Options>None</Options> 
    37       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\sydansydan.xnb</Output> 
    38       <Time>2016-12-17T10:31:44.2298029+02:00</Time> 
     37      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\sydansydan.xnb</Output> 
     38      <Time>2017-01-28T10:43:07.5022202+02:00</Time> 
    3939    </Item> 
    4040    <Item> 
     
    4444      <Processor>TextureProcessor</Processor> 
    4545      <Options>None</Options> 
    46       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalhahmo.xnb</Output> 
    47       <Time>2016-12-17T10:31:44.2454029+02:00</Time> 
     46      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalhahmo.xnb</Output> 
     47      <Time>2017-01-28T10:43:07.5178202+02:00</Time> 
    4848    </Item> 
    4949    <Item> 
     
    5353      <Processor>TextureProcessor</Processor> 
    5454      <Options>None</Options> 
    55       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\hahmosyosydan.xnb</Output> 
    56       <Time>2016-12-17T10:31:44.3078029+02:00</Time> 
     55      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\hahmosyosydan.xnb</Output> 
     56      <Time>2017-01-28T10:43:07.5802202+02:00</Time> 
    5757    </Item> 
    5858    <Item> 
     
    6262      <Processor>TextureProcessor</Processor> 
    6363      <Options>None</Options> 
    64       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\hahmosydan.xnb</Output> 
    65       <Time>2016-12-17T10:31:44.4326029+02:00</Time> 
     64      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\hahmosydan.xnb</Output> 
     65      <Time>2017-01-28T10:43:07.7050202+02:00</Time> 
    6666    </Item> 
    6767    <Item> 
     
    7171      <Processor>TextureProcessor</Processor> 
    7272      <Options>None</Options> 
    73       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\vihu.xnb</Output> 
    74       <Time>2016-12-17T10:31:44.2298029+02:00</Time> 
     73      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\vihu.xnb</Output> 
     74      <Time>2017-01-28T10:43:07.5022202+02:00</Time> 
    7575    </Item> 
    7676    <Item> 
     
    8080      <Processor>TextureProcessor</Processor> 
    8181      <Options>None</Options> 
    82       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalvihu.xnb</Output> 
    83       <Time>2016-12-17T10:31:44.1986029+02:00</Time> 
     82      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalvihu.xnb</Output> 
     83      <Time>2017-01-28T10:43:07.4866202+02:00</Time> 
    8484    </Item> 
    8585    <Item> 
     
    8989      <Processor>TextureProcessor</Processor> 
    9090      <Options>None</Options> 
    91       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kuolema.xnb</Output> 
    92       <Time>2016-12-17T10:31:44.1830029+02:00</Time> 
     91      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kuolema.xnb</Output> 
     92      <Time>2017-01-28T10:43:07.4710202+02:00</Time> 
    9393    </Item> 
    9494    <Item> 
     
    9898      <Processor>TextureProcessor</Processor> 
    9999      <Options>None</Options> 
    100       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ampujahahmo.xnb</Output> 
    101       <Time>2016-12-17T10:31:44.4170029+02:00</Time> 
     100      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ampujahahmo.xnb</Output> 
     101      <Time>2017-01-28T10:43:07.6894202+02:00</Time> 
    102102    </Item> 
    103103    <Item> 
     
    107107      <Processor>TextureProcessor</Processor> 
    108108      <Options>None</Options> 
    109       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ammushahmo.xnb</Output> 
    110       <Time>2016-12-17T10:31:44.1986029+02:00</Time> 
     109      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ammushahmo.xnb</Output> 
     110      <Time>2017-01-28T10:43:07.4710202+02:00</Time> 
    111111    </Item> 
    112112    <Item> 
     
    116116      <Processor>TextureProcessor</Processor> 
    117117      <Options>None</Options> 
    118       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ampujakukka.xnb</Output> 
    119       <Time>2016-12-17T10:31:44.2142029+02:00</Time> 
     118      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ampujakukka.xnb</Output> 
     119      <Time>2017-01-28T10:43:07.4866202+02:00</Time> 
    120120    </Item> 
    121121    <Item> 
     
    125125      <Processor>TextureProcessor</Processor> 
    126126      <Options>None</Options> 
    127       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ammuttuvihu.xnb</Output> 
    128       <Time>2016-12-17T10:31:44.4170029+02:00</Time> 
     127      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ammuttuvihu.xnb</Output> 
     128      <Time>2017-01-28T10:43:07.6894202+02:00</Time> 
    129129    </Item> 
    130130    <Item> 
     
    134134      <Processor>TextureProcessor</Processor> 
    135135      <Options>None</Options> 
    136       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\rakettikukka.xnb</Output> 
    137       <Time>2016-12-17T10:31:44.4326029+02:00</Time> 
     136      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\rakettikukka.xnb</Output> 
     137      <Time>2017-01-28T10:43:07.7050202+02:00</Time> 
    138138    </Item> 
    139139    <Item> 
     
    143143      <Processor>TextureProcessor</Processor> 
    144144      <Options>None</Options> 
    145       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\rakettihahmo.xnb</Output> 
    146       <Time>2016-12-17T10:31:44.2298029+02:00</Time> 
     145      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\rakettihahmo.xnb</Output> 
     146      <Time>2017-01-28T10:43:07.5178202+02:00</Time> 
     147    </Item> 
     148    <Item> 
     149      <Source>originalhahmokävely1.png</Source> 
     150      <Name>originalhahmokävely1</Name> 
     151      <Importer>TextureImporter</Importer> 
     152      <Processor>TextureProcessor</Processor> 
     153      <Options>None</Options> 
     154      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalhahmokävely1.xnb</Output> 
     155      <Time>2017-01-28T10:58:24.6606202+02:00</Time> 
    147156    </Item> 
    148157    <Item> 
     
    152161      <Processor>TextFileContentProcessor</Processor> 
    153162      <Options>None</Options> 
    154       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kentta1.xnb</Output> 
    155       <Time>2016-12-17T12:03:17.3998029+02:00</Time> 
     163      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kentta1.xnb</Output> 
     164      <Time>2017-01-28T10:43:07.4866202+02:00</Time> 
    156165    </Item> 
    157166    <Item> 
     
    161170      <Processor>SongProcessor</Processor> 
    162171      <Options>None</Options> 
    163       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\musa.xnb</Output> 
    164       <Extra>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\musa.wma</Extra> 
    165       <Time>2016-12-17T10:31:44.2454029+02:00</Time> 
    166     </Item> 
    167     <Item> 
    168       <Source>originalhahmokävely1.png</Source> 
    169       <Name>originalhahmokävely1</Name> 
    170       <Importer>TextureImporter</Importer> 
    171       <Processor>TextureProcessor</Processor> 
    172       <Options>None</Options> 
    173       <Output>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalhahmokävely1.xnb</Output> 
    174       <Time>2016-12-17T11:35:47.6272029+02:00</Time> 
     172      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\musa.xnb</Output> 
     173      <Extra>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\musa.wma</Extra> 
     174      <Time>2017-01-28T10:43:07.5178202+02:00</Time> 
     175    </Item> 
     176    <Item> 
     177      <Source>pommi.png</Source> 
     178      <Name>pommi</Name> 
     179      <Importer>TextureImporter</Importer> 
     180      <Processor>TextureProcessor</Processor> 
     181      <Options>None</Options> 
     182      <Output>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\pommi.xnb</Output> 
     183      <Time>2017-01-28T11:22:47.2822202+02:00</Time> 
    175184    </Item> 
    176185    <BuildSuccessful>true</BuildSuccessful> 
     
    181190      <BuildConfiguration>Debug</BuildConfiguration> 
    182191      <CompressContent>false</CompressContent> 
    183       <RootDirectory>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1Content\</RootDirectory> 
    184       <LoggerRootDirectory>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\</LoggerRootDirectory> 
    185       <IntermediateDirectory>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\obj\x86\Debug\</IntermediateDirectory> 
    186       <OutputDirectory>C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\</OutputDirectory> 
     192      <RootDirectory>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1Content\</RootDirectory> 
     193      <LoggerRootDirectory>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\</LoggerRootDirectory> 
     194      <IntermediateDirectory>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\obj\x86\Debug\</IntermediateDirectory> 
     195      <OutputDirectory>C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\</OutputDirectory> 
    187196    </Settings> 
    188197    <Assemblies> 
     
    221230      <Assembly> 
    222231        <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 
    223         <Value>2015-09-16T18:38:09.4670874+03:00</Value> 
     232        <Value>2015-09-16T20:00:09.2376023+03:00</Value> 
    224233      </Assembly> 
    225234    </Assemblies> 
  • 2015/koodauskerho/AarreP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/obj/x86/Debug/Tasohyppelypeli1.csproj.FileListAbsolute.txt

    r8374 r8393  
    2727C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\rakettihahmo.xnb 
    2828C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalhahmokÀvely1.xnb 
     29C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\obj\x86\Debug\Tasohyppelypeli1.exe 
     30C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\obj\x86\Debug\Tasohyppelypeli1.pdb 
     31C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\maali.xnb 
     32C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\norsu.xnb 
     33C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\tahti.xnb 
     34C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\sydansydan.xnb 
     35C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalhahmo.xnb 
     36C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\hahmosyosydan.xnb 
     37C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\hahmosydan.xnb 
     38C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\vihu.xnb 
     39C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalvihu.xnb 
     40C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kuolema.xnb 
     41C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ampujahahmo.xnb 
     42C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ammushahmo.xnb 
     43C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ampujakukka.xnb 
     44C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\ammuttuvihu.xnb 
     45C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\rakettikukka.xnb 
     46C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\rakettihahmo.xnb 
     47C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\originalhahmokÀvely1.xnb 
     48C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kentta1.xnb 
     49C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\musa.xnb 
     50C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\musa.wma 
     51C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Tasohyppelypeli1.exe 
     52C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Tasohyppelypeli1.pdb 
     53C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Jypeli.dll 
     54C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Jypeli.xml 
     55C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\obj\x86\Debug\Tasohyppelypeli1.csprojResolveAssemblyReference.cache 
     56C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 
     57C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\pommi.xnb 
  • 2015/koodauskerho/AarreP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/obj/x86/Debug/cachefile-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}-targetpath.txt

    r8374 r8393  
    1515Content\rakettikukka.xnb 
    1616Content\rakettihahmo.xnb 
     17Content\originalhahmokÀvely1.xnb 
    1718Content\kentta1.xnb 
    1819Content\musa.xnb 
    1920Content\musa.wma 
    20 Content\originalhahmokÀvely1.xnb 
     21Content\pommi.xnb 
  • 2015/koodauskerho/AarreP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/Tasohyppelypeli1Content.contentproj

    r8374 r8393  
    172172    </Compile> 
    173173  </ItemGroup> 
     174  <ItemGroup> 
     175    <Compile Include="pommi.png"> 
     176      <Name>pommi</Name> 
     177      <Importer>TextureImporter</Importer> 
     178      <Processor>TextureProcessor</Processor> 
     179    </Compile> 
     180  </ItemGroup> 
    174181  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    175182  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.  
  • 2015/koodauskerho/AarreP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/obj/x86/Debug/Tasohyppelypeli1Content.contentproj.FileListAbsolute.txt

    r7131 r8393  
    11C:\MyTemp\AarreP\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1Content\obj\x86\Debug\Tasohyppelypeli1Content.contentprojResolveAssemblyReference.cache 
     2C:\MyTemp\AarreP2\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1Content\obj\x86\Debug\Tasohyppelypeli1Content.contentprojResolveAssemblyReference.cache 
Note: See TracChangeset for help on using the changeset viewer.