Aldeia RPG

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Suporte ao desenvolvimento de jogos


    (ajuda)startsceen.xml com código logo ir online

    lksflorencio
    lksflorencio
    Semi-Experiente
    Semi-Experiente


    Mensagens : 83
    Créditos : 0

    (ajuda)startsceen.xml com código logo ir online Empty (ajuda)startsceen.xml com código logo ir online

    Mensagem por lksflorencio Qui Nov 21, 2013 1:18 am

    Quero um código para bota no meu jogo que deixe ele online, ele não tem um serve já que ele eh of, pode usa o netplay ou do (eo) ,mas queria um código para que ele pode-se ser jogado online O startsceen
    lksflorencio
    lksflorencio
    Semi-Experiente
    Semi-Experiente


    Mensagens : 83
    Créditos : 0

    (ajuda)startsceen.xml com código logo ir online Empty Re: (ajuda)startsceen.xml com código logo ir online

    Mensagem por lksflorencio Qui Nov 21, 2013 1:19 am


    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:gravity="center_horizontal"
    android:background="@drawable/ui_startbackground"
    >

    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_weight="1"
    >
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    android:orientation="vertical"
    android:gravity="center_horizontal"
    >
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:src="@drawable/andors_trail_logo"
    />
    android:id="@+id/startscreen_currenthero"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Hero name"
    />
    android:id="@+id/startscreen_enterheroname"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:visibility="gone"
    android:inputType="textPersonName"
    />

    android:id="@+id/startscreen_dev_version"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginTop="15dp"
    android:text="This is a development version of Andor's Trail. Savegames produced by this version are incompatible with the release version."
    android:textColor="#880000"
    android:gravity="center_horizontal"
    android:visibility="gone"
    />



    android:id="@+id/startscreen_version"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentTop="true"
    android:layout_alignParentRight="true"
    android:text="v0.0.1"
    />




    android:id="@+id/startscreen_continue"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="@string/startscreen_continue"
    />

    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:gravity="center_vertical"
    >
    android:id="@+id/startscreen_newgame"
    android:layout_width="0dip"
    android:layout_weight="1"
    android:layout_height="wrap_content"
    android:text="@string/startscreen_newgame"
    />
    android:id="@+id/startscreen_load"
    android:layout_width="0dip"
    android:layout_weight="1"
    android:layout_height="wrap_content"
    android:text="@string/startscreen_load"
    />


    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:gravity="center_vertical"
    >
    android:id="@+id/startscreen_about"
    android:layout_width="0dip"
    android:layout_weight="1"
    android:layout_height="wrap_content"
    android:text="@string/startscreen_about"
    />
    android:id="@+id/startscreen_quit"
    android:layout_width="0dip"
    android:layout_weight="1"
    android:layout_height="wrap_content"
    android:text="@string/exit"
    />


      Data/hora atual: Seg Abr 29, 2024 7:37 am