WHAM, Armageddon, Cleanic, there's about a week left. What's here so far looks great.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Khris on Mon 13/02/2012 09:00:58
Thousands of children are going to die in the next 24 hours from starvation and untreated trivial illnesses.
I don't give a fuck about Whitney Houston.
Also, a week ago, billions of people didn't give a fuck about WH either.
DynamicSprite*Raw, Final;
DrawingSurface*Surface;
bool FirstPrint = true;
function PrintImage(int slot, bool space)
{
if (space) Print(" ");
if (FirstPrint) { Raw = DynamicSprite.Create(DisplayBox.Width, Game.SpriteHeight[slot]+1, true); FirstPrint = false; }
else Raw.ChangeCanvasSize(DisplayBox.Width, Raw.Height+Game.SpriteHeight[slot], 0, 0);
Surface = Raw.GetDrawingSurface(); Surface.DrawImage((DisplayBox.Width/2)-(Game.SpriteWidth[slot]/2), Raw.Height-Game.SpriteHeight[slot], slot);
Surface.Release();
if (1500 < Raw.Height) Raw.Crop(0, Raw.Height-1500, Raw.Width, 1500);
Final = DynamicSprite.CreateFromExistingSprite(23, true);
Surface = Final.GetDrawingSurface();
Surface.DrawImage(0, DisplayBox.Height-Raw.Height, Raw.Graphic);
Surface.Release();
DisplayBox.NormalGraphic = Final.Graphic;
}
Quote from: Kasander on Sat 28/01/2012 00:21:09
I think it's nine actually
Quote
Stuck in a fashion rut: Jessie J wears some unflattering leopard print leggings
Quote
Reunited and it feels so good! Mark Wright and Arg continue their bromance over a candlelit meal for two
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.299 seconds with 15 queries.