Archive Browser
Download aitest2.zip, last updated 07/07/2010 (14.13 KB)
Downloadusing System.Drawing;
namespace AiTest
{
// Movement rules sourced from:
// http://www.elmerproductions.com/sp/peterb/BDCFF/objects/0009.html
class ButterflySprite : EnemySprite
{
#region Public Constructors
public ButterflySprite()
: base(Direction.Right, Direction.Left)
{
this.Direction = Direction.Down;
}
#endregion Public Constructors
#region Public Properties
public override Color Color
{
get { return Color.FromKnownColor(KnownColor.Goldenrod); }
}
#endregion Public Properties
}
}
Donate
This software may be used free of charge, but as with all free software there are costs involved to develop and maintain.
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Donate