示例#1
0
 protected override IEnumerable <bool> E_Draw()
 {
     return(WallCommon.Standard(this, Ground.I.Picture.P_BW_PUMPKIN, 0, 3, -100, 0, 0.0001, 0.1, false));
 }
示例#2
0
 protected override IEnumerable <bool> E_Draw()
 {
     return(WallCommon.Standard(this, Ground.I.Picture.P_BLUETILE_03, -1, 1, 0, 0, 0.01, 1.0, true));
 }
示例#3
0
 protected override IEnumerable <bool> E_Draw()
 {
     return(WallCommon.Standard(this, Ground.I.Picture.P_BW_NAVY, 0, 2, 0, 0, 0.01, 1.0, true, 0.3));
 }