示例#1
0
文件: Program.cs 项目: tilpner/hp
 static void LoadAnimations(Assets assets)
 {
     assets.Deposit("cat", new Animation(assets.UnitSprites("cat.sheet.png:0", "cat.sheet.png:1", "cat.sheet.png:2", "cat.sheet.png:3", "cat.sheet.png:4")));
 }