Changeset 6394
- Timestamp:
- 2015-06-25 19:41:04 (6 years ago)
- Location:
- 2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun
- Files:
-
- 26 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun.cs
r6392 r6394 223 223 private Animation firemageCastAnimation; 224 224 private Animation wormAnimation; 225 private Animation tattiMageAnimation; 226 private Animation tattiMageCastAnimation; 225 227 #endregion 226 228 … … 390 392 firemageCastAnimation = LoadAnimation("firemagecast"); 391 393 wormAnimation = LoadAnimation("worm"); 394 tattiMageAnimation = LoadAnimation("tattimage"); 395 tattiMageCastAnimation = LoadAnimation("tattimagecast"); 392 396 393 397 cameraOffset = Window.Width / 4; -
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRunContent/HillbillyRunContent.contentproj
r6390 r6394 387 387 </Compile> 388 388 </ItemGroup> 389 <ItemGroup> 390 <Compile Include="tattimage.anim"> 391 <Name>tattimage</Name> 392 <Importer>AnimationImporter</Importer> 393 <Processor>AnimationContentProcessor</Processor> 394 </Compile> 395 </ItemGroup> 396 <ItemGroup> 397 <Compile Include="tattimagecast.anim"> 398 <Name>tattimagecast</Name> 399 <Importer>AnimationImporter</Importer> 400 <Processor>AnimationContentProcessor</Processor> 401 </Compile> 402 </ItemGroup> 389 403 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 390 404 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.