[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Stratagus-devel] Title Text strings support
From: |
Russell Smith |
Subject: |
Re: [Stratagus-devel] Title Text strings support |
Date: |
Sun, 30 Nov 2003 08:39:21 +1100 |
User-agent: |
KMail/1.5.1 |
Add to patch tracker
On Sun, 30 Nov 2003 02:52 am, Carlos Perelló Marín wrote:
> Ok, I have it fixed.
>
> Time to finish the patch and send it.
>
> One question, how should I send you the patches?
>
> Add a bug report with the patch attached? (Is a new feature instead of a
> real bug).
>
> Send it directly here?
>
> Cheers.
>
> El sáb, 29-11-2003 a las 04:33, Carlos Perelló Marín escribió:
> > Hello, here you have the start of a patch to add a feature to stratagus
> > so you can show some text strings with the title image.
> >
> > I'm sending it before finish it because I have some problems rendering
> > the text (I get a segfault) and I don't know how could I fix it.
> >
> > My new set-title-screens is:
> >
> > (set-title-screens!
> > '(image "graphics/ui/title.png"
> > music "music/title.wav.gz"
> > label
> > ((text "Copyright © 1998-1999 Blizzard Entertainment. All rights
> > reserved." pos (0 0)))))
> >
> > If you see anything wrong, just tell me it, It's my first scheme
> > project. (My modifications are only available for guile)
> >
> > Cheers.