If you can make me for a title screen for my game The Dark Seraph that would be great!
You can do basicly whatever you want.
I want the words like...
The
Dark
Seraph
(With the T centered over the word "Dark".
First Word should look holy with a nice holy glow.
The second needs to be evil looking maybe a midnight purple color.
And the last word needs to look holy like the first word
For the background I want a dark looking heaven. If you can't find that a normal one will do.
I'll try this..
Ok, thanks.
Dunno if you like it but tell me what i did wrong..
I need to know :P
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi108.photobucket.com%2Falbums%2Fn10%2FSnailerFreak%2FProjectDarkseraph.jpg&hash=94caa376626717e4bf2233f6ecdb9f9da24a2bd5)
It looks great! But when I use it the "New Game, Load Game, Quit" Thing will cover up part of the word seraph. Other than that it's great.
There's a way to move that menu...lemme look at my scripts.
There's a way to move that menu...lemme look at my scripts.
EDIT: Find this in Scene_Title
@command_window.x = 320 - @command_window.width / 2
@command_window.y = 288
and replace it with this
@command_window.x = 124 - @command_window.width / 2
@command_window.y = 142
Great thanks,
but if you need some tweeking and all to the pic just tell me i was a little short on time yesterday..
Quote from: arrowone on January 08, 2007, 05:48:22 AM
There's a way to move that menu...lemme look at my scripts.
EDIT: Find this in Scene_Title
@command_window.x = 320 - @command_window.width / 2
@command_window.y = 288
and replace it with this
@command_window.x = 124 - @command_window.width / 2
@command_window.y = 142
Wow, thanks. I didn't know that.
you can close this topic now that you got everything done.