Title screen's "Press Start" position.

Greetings everyone,

I'm a newbie to Openbor and currently creating my very first Mod.  I apologize if this is common knowledge, but I'm having a difficult time finding a solution.  How, exactly, would one go about changing where Press Start is displayed on the title screen?
 
From a dev.. :)

In order to keep things simple, the built in menu system is pretty static. As they said above though you can script a custom menu and make it do whatever you want.

If you're up to learning, I am pretty sure the TMNT demos by White Dragon will have plenty of examples for what you need.

DC
 
In title screen you cant change press start position. but you can use a trick or a custom title script.
Using trick:

1) int script.txt file use alwaysupdate 1 # always execute update/updated script
2) in updated.c script detect press start screen with variant "in_start_game" and here draw a screen overlapping the REAL title screen. In this way you can draw a press start where you want  ;)
 
Back
Top Bottom