예제 #1
0
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Demon.demon_animations, "Demon");
 }
예제 #2
0
파일: Gremlin.cs 프로젝트: Rod995/dwarfcorp
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Gremlin.gremlin_animations, "Gremlin");
 }
예제 #3
0
 void InitializeAnimations()
 {
     Animations         = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Dwarf.Sprites.crafter_animation, "Dwarf");
     MinecartAnimations = ContentPaths.Entities.Dwarf.Sprites.crafter_minecart;
 }
예제 #4
0
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.mudman_animation, "MudGolem");
 }
예제 #5
0
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.snowman_animation, "Snowman");
 }
예제 #6
0
 private void InitializeAnimations()
 {
     Animations         = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Dwarf.Sprites.musketdwarf_animations, "Dwarf");
     MinecartAnimations = ContentPaths.Entities.Dwarf.Sprites.musket_minecart;
 }
예제 #7
0
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Troll.troll_animation, "Troll");
 }
예제 #8
0
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Elf.Sprites.elf_animation, "Elf");
 }
예제 #9
0
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Skeleton.skeleton_animation, "Skeleton");
 }
예제 #10
0
 void InitializeAnimations()
 {
     Animations = AnimationLibrary.LoadCompositeAnimationSet(ContentPaths.Entities.Dwarf.Sprites.wizard_animation, "Dwarf");
 }