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