コード例 #1
0
 public RosePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType    = new RoseI().GetType();
     goodGraphic = Textures.textures["rosePlatform"];
     badGraphic  = Textures.textures["rosePlatform"];
 }
コード例 #2
0
ファイル: RosePlatform.cs プロジェクト: ferg060129/Toggle
 public RosePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType = new RoseI().GetType();
     goodGraphic = Textures.textures["rosePlatform"];
     badGraphic = Textures.textures["rosePlatform"];
 }
コード例 #3
0
ファイル: Rose.cs プロジェクト: ferg060129/Toggle
 public override void makeInventoryItem()
 {
     inventoryItem = new RoseI();
 }
コード例 #4
0
ファイル: Rose.cs プロジェクト: kmspies/Toggle
 public override void makeInventoryItem()
 {
     inventoryItem = new RoseI();
 }