From fb9f2ab945ec9795905eb738e115a05354cd6c58 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 2 Aug 2005 23:20:19 +0000 Subject: Added extra manipulations --- Sprite.cs | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 143 insertions(+), 3 deletions(-) (limited to 'Sprite.cs') diff --git a/Sprite.cs b/Sprite.cs index 290f582..ac2c0e7 100644 --- a/Sprite.cs +++ b/Sprite.cs @@ -145,8 +145,12 @@ namespace BitmapSpriteEd Color[,] d=new Color[m_width,m_height]; for(int y=0;y=0 && nx=0 && ny=0 && nx=0 && ny0) + { + m_data[x,y]=to; + } + } + } + + m_changed=true; + } + public void Output(Stream stream) { Util.WriteInt(stream,m_width); -- cgit v1.2.3