Changeset 7435 for 2016/24


Ignore:
Timestamp:
2016-06-17 11:21:59 (7 years ago)
Author:
majuvika
Message:
 
Location:
2016/24/MattiK
Files:
9 added
16 edited

Legend:

Unmodified
Added
Removed
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/ZlandZ.cs

    r7382 r7435  
    3333    int ammustenMaara = 60; 
    3434    SoundEffect hyppyAani = LoadSoundEffect("Jump17"); 
     35    SoundEffect mixdown = LoadSoundEffect("mixdown"); 
    3536    public override void Begin() 
    3637    { 
    3738        MultiSelectWindow alkuValikko = new MultiSelectWindow("ZlandZ", 
    38 "Aloita peli", "Parhaat pisteet", "Lopeta"); 
     39"Aloita peli", "Lopeta"); 
    3940        Add(alkuValikko); 
    4041        alkuValikko.AddItemHandler(0, AloitaPeli); 
     
    4546        alkuValikko.Color = Color.Red; 
    4647        Level.Background.Color = Color.Black; 
     48 
     49        MediaPlayer.Play("mixdown"); 
     50        MediaPlayer.IsRepeating = true; 
     51        
     52 
    4753    } 
    4854 
     
    222228        AddCollisionHandler(Leaf, "piikki", TormaaPiikkiin); 
    223229        AddCollisionHandler(Leaf, "gene", TormaaGeneen); 
     230        AddCollisionHandler(Leaf, "orkki", TormaaOrkkiin); 
    224231        Add(Leaf); 
    225232        //pelaaja1 on PlatformCharacter-tyyppinen 
     
    317324        MessageDisplay.Add("Keräsit Boxin!"); 
    318325        Box.Destroy(); 
    319         pisteLaskuri.Value += 5; 
     326         
    320327    } 
    321328    void TormaaVihuun(PhysicsObject hahmo, PhysicsObject vihu) 
     
    335342        maaliAani.Play(); 
    336343        MessageDisplay.Add("You died"); 
    337         Giant.Destroy(); 
     344        hahmo.Destroy(); 
    338345 
    339346    } 
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/ZlandZ.csproj.Debug.cachefile

    r7382 r7435  
    11Content\maali.xnb 
     2Content\Jump17.xnb 
    23Content\norsu.xnb 
    34Content\tahti.xnb 
    4 Content\kentta1.xnb 
    55Content\vihu.xnb 
    66Content\Lintu.xnb 
     
    88Content\box.xnb 
    99Content\boss.xnb 
    10 Content\Jump17.xnb 
    1110Content\gun.xnb 
    1211Content\orkki.xnb 
     
    1413Content\gene.xnb 
    1514Content\nuke.xnb 
     15Content\kentta1.xnb 
     16Content\wanhamixdown.xnb 
     17Content\mixdown.xnb 
     18Content\mixdown.wma 
     19Content\wanhamixdown.wav 
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml

    r7382 r7435  
    88      <Processor>SoundEffectProcessor</Processor> 
    99      <Options>None</Options> 
    10       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\maali.xnb</Output> 
    11       <Time>2016-06-13T10:13:02.6090247+03:00</Time> 
     10      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\maali.xnb</Output> 
     11      <Time>2016-06-17T09:26:02.3498221+03:00</Time> 
     12    </Item> 
     13    <Item> 
     14      <Source>Jump17.wav</Source> 
     15      <Name>Jump17</Name> 
     16      <Importer>WavImporter</Importer> 
     17      <Processor>SoundEffectProcessor</Processor> 
     18      <Options>None</Options> 
     19      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Jump17.xnb</Output> 
     20      <Time>2016-06-17T09:26:02.3498221+03:00</Time> 
    1221    </Item> 
    1322    <Item> 
     
    1726      <Processor>TextureProcessor</Processor> 
    1827      <Options>None</Options> 
    19       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\norsu.xnb</Output> 
    20       <Time>2016-06-13T13:32:10.4997648+03:00</Time> 
     28      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\norsu.xnb</Output> 
     29      <Time>2016-06-17T09:26:02.3654221+03:00</Time> 
    2130    </Item> 
    2231    <Item> 
     
    2635      <Processor>TextureProcessor</Processor> 
    2736      <Options>None</Options> 
    28       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\tahti.xnb</Output> 
    29       <Time>2016-06-13T10:13:02.6110249+03:00</Time> 
     37      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\tahti.xnb</Output> 
     38      <Time>2016-06-17T09:26:02.3654221+03:00</Time> 
     39    </Item> 
     40    <Item> 
     41      <Source>vihu.png</Source> 
     42      <Name>vihu</Name> 
     43      <Importer>TextureImporter</Importer> 
     44      <Processor>TextureProcessor</Processor> 
     45      <Options>None</Options> 
     46      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\vihu.xnb</Output> 
     47      <Time>2016-06-17T09:26:02.3810221+03:00</Time> 
     48    </Item> 
     49    <Item> 
     50      <Source>Lintu.png</Source> 
     51      <Name>Lintu</Name> 
     52      <Importer>TextureImporter</Importer> 
     53      <Processor>TextureProcessor</Processor> 
     54      <Options>None</Options> 
     55      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Lintu.xnb</Output> 
     56      <Time>2016-06-17T09:26:02.5370221+03:00</Time> 
     57    </Item> 
     58    <Item> 
     59      <Source>Piikki.png</Source> 
     60      <Name>Piikki</Name> 
     61      <Importer>TextureImporter</Importer> 
     62      <Processor>TextureProcessor</Processor> 
     63      <Options>None</Options> 
     64      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Piikki.xnb</Output> 
     65      <Time>2016-06-17T09:26:02.3966221+03:00</Time> 
     66    </Item> 
     67    <Item> 
     68      <Source>box.png</Source> 
     69      <Name>box</Name> 
     70      <Importer>TextureImporter</Importer> 
     71      <Processor>TextureProcessor</Processor> 
     72      <Options>None</Options> 
     73      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\box.xnb</Output> 
     74      <Time>2016-06-17T09:26:02.5214221+03:00</Time> 
     75    </Item> 
     76    <Item> 
     77      <Source>boss.png</Source> 
     78      <Name>boss</Name> 
     79      <Importer>TextureImporter</Importer> 
     80      <Processor>TextureProcessor</Processor> 
     81      <Options>None</Options> 
     82      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\boss.xnb</Output> 
     83      <Time>2016-06-17T09:26:02.3654221+03:00</Time> 
     84    </Item> 
     85    <Item> 
     86      <Source>gun.png</Source> 
     87      <Name>gun</Name> 
     88      <Importer>TextureImporter</Importer> 
     89      <Processor>TextureProcessor</Processor> 
     90      <Options>None</Options> 
     91      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gun.xnb</Output> 
     92      <Time>2016-06-17T09:26:02.5214221+03:00</Time> 
     93    </Item> 
     94    <Item> 
     95      <Source>orkki.png</Source> 
     96      <Name>orkki</Name> 
     97      <Importer>TextureImporter</Importer> 
     98      <Processor>TextureProcessor</Processor> 
     99      <Options>None</Options> 
     100      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\orkki.xnb</Output> 
     101      <Time>2016-06-17T09:26:02.3966221+03:00</Time> 
     102    </Item> 
     103    <Item> 
     104      <Source>niga.png</Source> 
     105      <Name>niga</Name> 
     106      <Importer>TextureImporter</Importer> 
     107      <Processor>TextureProcessor</Processor> 
     108      <Options>None</Options> 
     109      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\niga.xnb</Output> 
     110      <Time>2016-06-17T09:26:02.3810221+03:00</Time> 
     111    </Item> 
     112    <Item> 
     113      <Source>gene.png</Source> 
     114      <Name>gene</Name> 
     115      <Importer>TextureImporter</Importer> 
     116      <Processor>TextureProcessor</Processor> 
     117      <Options>None</Options> 
     118      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb</Output> 
     119      <Time>2016-06-17T09:26:02.3810221+03:00</Time> 
     120    </Item> 
     121    <Item> 
     122      <Source>nuke.png</Source> 
     123      <Name>nuke</Name> 
     124      <Importer>TextureImporter</Importer> 
     125      <Processor>TextureProcessor</Processor> 
     126      <Options>None</Options> 
     127      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb</Output> 
     128      <Time>2016-06-17T09:26:02.3654221+03:00</Time> 
    30129    </Item> 
    31130    <Item> 
     
    35134      <Processor>TextFileContentProcessor</Processor> 
    36135      <Options>None</Options> 
    37       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\kentta1.xnb</Output> 
    38       <Time>2016-06-16T14:23:58.4053836+03:00</Time> 
    39     </Item> 
    40     <Item> 
    41       <Source>vihu.png</Source> 
    42       <Name>vihu</Name> 
    43       <Importer>TextureImporter</Importer> 
    44       <Processor>TextureProcessor</Processor> 
    45       <Options>None</Options> 
    46       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\vihu.xnb</Output> 
    47       <Time>2016-06-13T11:18:00.8268075+03:00</Time> 
    48     </Item> 
    49     <Item> 
    50       <Source>Lintu.png</Source> 
    51       <Name>Lintu</Name> 
    52       <Importer>TextureImporter</Importer> 
    53       <Processor>TextureProcessor</Processor> 
    54       <Options>None</Options> 
    55       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Lintu.xnb</Output> 
    56       <Time>2016-06-14T10:05:20.3102632+03:00</Time> 
    57     </Item> 
    58     <Item> 
    59       <Source>Piikki.png</Source> 
    60       <Name>Piikki</Name> 
    61       <Importer>TextureImporter</Importer> 
    62       <Processor>TextureProcessor</Processor> 
    63       <Options>None</Options> 
    64       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Piikki.xnb</Output> 
    65       <Time>2016-06-14T10:20:32.7855016+03:00</Time> 
    66     </Item> 
    67     <Item> 
    68       <Source>box.png</Source> 
    69       <Name>box</Name> 
    70       <Importer>TextureImporter</Importer> 
    71       <Processor>TextureProcessor</Processor> 
    72       <Options>None</Options> 
    73       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\box.xnb</Output> 
    74       <Time>2016-06-14T12:22:30.0631562+03:00</Time> 
    75     </Item> 
    76     <Item> 
    77       <Source>boss.png</Source> 
    78       <Name>boss</Name> 
    79       <Importer>TextureImporter</Importer> 
    80       <Processor>TextureProcessor</Processor> 
    81       <Options>None</Options> 
    82       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\boss.xnb</Output> 
    83       <Time>2016-06-14T12:22:49.5281025+03:00</Time> 
    84     </Item> 
    85     <Item> 
    86       <Source>Jump17.wav</Source> 
    87       <Name>Jump17</Name> 
     136      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\kentta1.xnb</Output> 
     137      <Time>2016-06-17T11:11:09.3646104+03:00</Time> 
     138    </Item> 
     139    <Item> 
     140      <Source>wanhamixdown.wav</Source> 
     141      <Name>wanhamixdown</Name> 
    88142      <Importer>WavImporter</Importer> 
    89143      <Processor>SoundEffectProcessor</Processor> 
    90144      <Options>None</Options> 
    91       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Jump17.xnb</Output> 
    92       <Time>2016-06-14T14:08:40.018088+03:00</Time> 
    93     </Item> 
    94     <Item> 
    95       <Source>gun.png</Source> 
    96       <Name>gun</Name> 
    97       <Importer>TextureImporter</Importer> 
    98       <Processor>TextureProcessor</Processor> 
    99       <Options>None</Options> 
    100       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gun.xnb</Output> 
    101       <Time>2016-06-14T14:34:19.1299838+03:00</Time> 
    102     </Item> 
    103     <Item> 
    104       <Source>orkki.png</Source> 
    105       <Name>orkki</Name> 
    106       <Importer>TextureImporter</Importer> 
    107       <Processor>TextureProcessor</Processor> 
    108       <Options>None</Options> 
    109       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\orkki.xnb</Output> 
    110       <Time>2016-06-15T13:25:01.0026751+03:00</Time> 
    111     </Item> 
    112     <Item> 
    113       <Source>niga.png</Source> 
    114       <Name>niga</Name> 
    115       <Importer>TextureImporter</Importer> 
    116       <Processor>TextureProcessor</Processor> 
    117       <Options>None</Options> 
    118       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\niga.xnb</Output> 
    119       <Time>2016-06-16T10:23:11.56569+03:00</Time> 
    120     </Item> 
    121     <Item> 
    122       <Source>gene.png</Source> 
    123       <Name>gene</Name> 
    124       <Importer>TextureImporter</Importer> 
    125       <Processor>TextureProcessor</Processor> 
    126       <Options>None</Options> 
    127       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb</Output> 
    128       <Time>2016-06-16T11:02:20.9326671+03:00</Time> 
    129     </Item> 
    130     <Item> 
    131       <Source>nuke.png</Source> 
    132       <Name>nuke</Name> 
    133       <Importer>TextureImporter</Importer> 
    134       <Processor>TextureProcessor</Processor> 
    135       <Options>None</Options> 
    136       <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb</Output> 
    137       <Time>2016-06-16T11:15:53.088256+03:00</Time> 
     145      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\wanhamixdown.xnb</Output> 
     146      <Time>2016-06-17T11:10:05.4766104+03:00</Time> 
     147    </Item> 
     148    <Item> 
     149      <Source>mixdown.mp3</Source> 
     150      <Name>mixdown</Name> 
     151      <Importer>Mp3Importer</Importer> 
     152      <Processor>SongProcessor</Processor> 
     153      <Options>None</Options> 
     154      <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.xnb</Output> 
     155      <Extra>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.wma</Extra> 
     156      <Time>2016-06-17T11:17:05.7531104+03:00</Time> 
    138157    </Item> 
    139158    <BuildSuccessful>true</BuildSuccessful> 
     
    144163      <BuildConfiguration>Debug</BuildConfiguration> 
    145164      <CompressContent>false</CompressContent> 
    146       <RootDirectory>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZContent\</RootDirectory> 
    147       <LoggerRootDirectory>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\</LoggerRootDirectory> 
    148       <IntermediateDirectory>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\</IntermediateDirectory> 
    149       <OutputDirectory>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\</OutputDirectory> 
     165      <RootDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZContent\</RootDirectory> 
     166      <LoggerRootDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\</LoggerRootDirectory> 
     167      <IntermediateDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\</IntermediateDirectory> 
     168      <OutputDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\</OutputDirectory> 
    150169    </Settings> 
    151170    <Assemblies> 
     
    184203      <Assembly> 
    185204        <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> 
    186         <Value>2015-09-16T19:53:37.7905482+03:00</Value> 
     205        <Value>2015-09-16T20:11:40.0406455+03:00</Value> 
    187206      </Assembly> 
    188207    </Assemblies> 
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/obj/x86/Debug/ZlandZ.csproj.FileListAbsolute.txt

    r7382 r7435  
    2222C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb 
    2323C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb 
     24C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\maali.xnb 
     25C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Jump17.xnb 
     26C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\norsu.xnb 
     27C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\tahti.xnb 
     28C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\vihu.xnb 
     29C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Lintu.xnb 
     30C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Piikki.xnb 
     31C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\box.xnb 
     32C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\boss.xnb 
     33C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gun.xnb 
     34C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\orkki.xnb 
     35C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\niga.xnb 
     36C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb 
     37C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb 
     38C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\kentta1.xnb 
     39C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\ZlandZ.exe 
     40C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\ZlandZ.pdb 
     41C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Jypeli.dll 
     42C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Jypeli.xml 
     43C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\ZlandZ.csprojResolveAssemblyReference.cache 
     44C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 
     45C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\ZlandZ.exe 
     46C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\ZlandZ.pdb 
     47C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.xnb 
     48C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\wanhamixdown.xnb 
     49C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.wma 
     50C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\wanhamixdown.wav 
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/obj/x86/Debug/cachefile-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}-targetpath.txt

    r7382 r7435  
    11Content\maali.xnb 
     2Content\Jump17.xnb 
    23Content\norsu.xnb 
    34Content\tahti.xnb 
    4 Content\kentta1.xnb 
    55Content\vihu.xnb 
    66Content\Lintu.xnb 
     
    88Content\box.xnb 
    99Content\boss.xnb 
    10 Content\Jump17.xnb 
    1110Content\gun.xnb 
    1211Content\orkki.xnb 
     
    1413Content\gene.xnb 
    1514Content\nuke.xnb 
     15Content\kentta1.xnb 
     16Content\wanhamixdown.xnb 
     17Content\mixdown.xnb 
     18Content\mixdown.wma 
     19Content\wanhamixdown.wav 
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZContent/ZlandZContent.contentproj

    r7382 r7435  
    144144    </Compile> 
    145145  </ItemGroup> 
     146  <ItemGroup> 
     147    <Compile Include="wanhamixdown.wav"> 
     148      <Name>wanhamixdown</Name> 
     149      <Importer>WavImporter</Importer> 
     150      <Processor>SoundEffectProcessor</Processor> 
     151      <CopyToOutputDirectory>Always</CopyToOutputDirectory> 
     152    </Compile> 
     153  </ItemGroup> 
     154  <ItemGroup> 
     155    <Compile Include="mixdown.mp3"> 
     156      <Name>mixdown</Name> 
     157      <Importer>Mp3Importer</Importer> 
     158      <Processor>SongProcessor</Processor> 
     159    </Compile> 
     160  </ItemGroup> 
    146161  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    147162  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.  
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZContent/kentta1.txt

    r7382 r7435  
    1111 
    1212                                                                                                                                                                                            
    13                                             b                                                    b 
    14                                                                                                                                S   S                                                                                     
     13                                            b                                                   b                                                            b   b   b  b 
     14                                                                                                                      S   S                                                                         
    1515                                        #  ###  #                   b  b  b                 # P # P #            # #         b    b    b    b                #   #   #   #                           O 
    16               S      S              ##             ##               S  B  S               # P       P #           G          P    P    P    P                #   #   #   #           
    17 N           ####PPP####   b        PPP S PPPPPPP S PPP    B      ##P##P##P##P##         # PPPPPPPPPPPPP #        # #         P    P    P    P                # S # S # S #                                  dL 
    18 #############################################################################################################################################################PPPPPPPPPPPPP#################################### 
    19                                                                                                                                                                                    
     16              S      S              ##             ##               S  B  S               # P       P #           G          P    P    P    P           #    #   #   #   #           
     17N           ####PPP####   b        PPP S PPPPPPP S PPP    B      ##P##P##P##P##         # PPPPPPPPPPPPP #        # #         P    P    P    P           #    # S # S # S #                                  dL 
     18##############################################################################################################################################################PPP#PPP#PPP##################################### 
     19                                                                                                                                                                              
  • 2016/24/MattiK/ZlandZ/ZlandZ/ZlandZContent/obj/x86/Debug/ZlandZContent.contentproj.FileListAbsolute.txt

    r7266 r7435  
    11C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZContent\obj\x86\Debug\ZlandZContent.contentprojResolveAssemblyReference.cache 
     2C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZContent\obj\x86\Debug\ZlandZContent.contentprojResolveAssemblyReference.cache 
Note: See TracChangeset for help on using the changeset viewer.