[common] humans in DotaGame
This commit is contained in:
@@ -7,21 +7,45 @@
|
||||
"contentSize": true, "bottomMargin": 15
|
||||
},
|
||||
{
|
||||
"id": "start_1p",
|
||||
"@type": "haxework.gui.LabelView", "@style": "label",
|
||||
"fontSize": 20, "topMargin": 15,
|
||||
"contentSize": true,
|
||||
"text": "Classic"
|
||||
},
|
||||
{
|
||||
"id": "classic_1p",
|
||||
"@type": "haxework.gui.ButtonView",
|
||||
"text": "1 Player",
|
||||
"@style": "button"
|
||||
},
|
||||
{
|
||||
"id": "start_2p",
|
||||
"id": "classic_2p",
|
||||
"@type": "haxework.gui.ButtonView",
|
||||
"text": "2 Player",
|
||||
"@style": "button"
|
||||
},
|
||||
{
|
||||
"id": "dota",
|
||||
"@type": "haxework.gui.LabelView", "@style": "label",
|
||||
"fontSize": 20, "topMargin": 15,
|
||||
"contentSize": true,
|
||||
"text": "DotA"
|
||||
},
|
||||
{
|
||||
"id": "dota_1p",
|
||||
"@type": "haxework.gui.ButtonView",
|
||||
"text": "DotA",
|
||||
"text": "1 Player",
|
||||
"@style": "button"
|
||||
},
|
||||
{
|
||||
"id": "dota_2p_coop",
|
||||
"@type": "haxework.gui.ButtonView",
|
||||
"text": "2 COOP",
|
||||
"@style": "button"
|
||||
},
|
||||
{
|
||||
"id": "dota_2p_vs",
|
||||
"@type": "haxework.gui.ButtonView",
|
||||
"text": "2 VS",
|
||||
"@style": "button"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user