예제 #1
0
 public void Load(GameScreen view, string name)
 {
     sprite = view.Content.Load<Texture2D>(name);
     spriteSize = new Vector2(sprite.Width, sprite.Height);
 }
예제 #2
0
 public virtual void Load(GameScreen view) { }