Exemplo n.º 1
0
 public Tree()
 {
     this.texture = GameGraphics.GetTexture("spring_tree");
 }
Exemplo n.º 2
0
 public Tree(Engine.Graphics.Texture texture)
 {
     this.texture = texture;
 }