예제 #1
0
파일: Entity.cs 프로젝트: busyDuckman/WDLib
 public void SetAnimation(StandardSpriteAnimations animation,
                          StandardSpriteOrientations orientation,
                          long gameMS)
 {
     AnimationStartTimeMS = gameMS;
     this.AnimationName   = SpriteHelper.GetAnimationName(animation, orientation);
 }