Exemplo n.º 1
0
 public RosePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType    = new RoseI().GetType();
     goodGraphic = Textures.textures["rosePlatform"];
     badGraphic  = Textures.textures["rosePlatform"];
 }
Exemplo n.º 2
0
 public RosePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType = new RoseI().GetType();
     goodGraphic = Textures.textures["rosePlatform"];
     badGraphic = Textures.textures["rosePlatform"];
 }
Exemplo n.º 3
0
 public override void makeInventoryItem()
 {
     inventoryItem = new RoseI();
 }
Exemplo n.º 4
0
 public override void makeInventoryItem()
 {
     inventoryItem = new RoseI();
 }