Jump to content

Intro Screen Editing


slav85
 Share

Recommended Posts

panles/game/intro panel and intro panel menu

To reposition the box look for this in intro panel:

<container id="mIco">
        <layout class="stick_to_sides_attachment" alignment="all" inset="0" />

        <container>
            <attachment_group class="horizontal_arrange_vertical_centre" horizontal_alignment="right" />
<layout class="stick_to_sides_attachment" alignment="top" inset="-410" />
            <layout class="stick_to_sides_attachment" alignment="all" inset="-300" />

            <!-- Menu -->

And see how I have moved the box around using inset="????"

Resizing I am unsure of but would imagine you can work it out by looking at these two panels.

Link to post
Share on other sites

Thanks @Tyburn

my problem was i had the below lines but replacing them with yours has done it, just need to teak the numbers and see what works for me visually now.

<container id="mIco">
        <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />

        <container>
            <attachment_group class="horizontal_arrange_vertical_centre" horizontal_alignment="right" />
            <layout class="stick_to_sides_attachment" alignment="all" inset="-175" />

            <!-- Menu -->

Link to post
Share on other sites

I don't want to highjack the thread, so if it's not ok I will create another.

Is there a way to add a background picture on the intro panel AND keep the manager 3D avatar ?  I just want to remove the 3D "dressing room" ..

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...