forked from libgdx/gdx-liftoff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.lml
20 lines (15 loc) · 779 Bytes
/
main.lml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<form id="form" style="smooth" fillParent="true" background="menu-bg" align="top" tablePad="1"
oneColumn="true" defaultGrowX="true" defaultPad="2" success="@formValid">
<:import path="templates/header.lml"/>
<table>@prompt0 <:logo/> @prompt1</table>
<:import path="templates/basicData.lml"/>
<separator/>
<tabbedPane style="static" growY="true" selected="0" tabShowAction="show" tabHideAction="hide" onCreate="initTabs">
<:for tab="platforms;languages;extensions;thirdParty;templates;advanced">
<:import path="templates/tabs/{tab}.lml"/>
</:for>
</tabbedPane>
<separator/>
<:import path="templates/toast.lml"/>
<textButton disableOnError="true" onChange="show:generation">@generate</textButton>
</form>