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