- Timestamp:
- 2015-07-01 22:06:18 (8 years ago)
- Location:
- 2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel/LevelCreation.cs
r6708 r6709 63 63 void CreateBoss(Vector position, double width, double height, Angle angle, Shape shape, string name, Dictionary<string, string> properties) 64 64 { 65 MediaPlayer.Play("boss"); 66 MediaPlayer.IsRepeating = true; 67 65 68 BossHealth = new IntMeter(10, 0, 10); 66 69 -
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabrielContent/TheLegendOfGabrielContent.contentproj
r6708 r6709 347 347 </ItemGroup> 348 348 <ItemGroup> 349 <Compile Include="boss.mp3"> 350 <Name>boss</Name> 351 <Importer>Mp3Importer</Importer> 352 <Processor>SongProcessor</Processor> 353 </Compile> 354 </ItemGroup> 355 <ItemGroup> 349 356 <Compile Include="food.png"> 350 357 <Name>food</Name>
Note: See TracChangeset
for help on using the changeset viewer.