コード例 #1
0
ファイル: Actor.cs プロジェクト: crappygraphix/skitz
 public void MouthSmile()
 {
     mouth.flipX  = false;
     mouth.flipY  = false;
     mouth.sprite = SpriteCollector.GetMouthC();
 }