Added Start Mission button.

This commit is contained in:
Steve 2015-11-24 07:15:08 +00:00
parent 95e26f3e7b
commit 35f268e794
2 changed files with 14 additions and 1 deletions

View File

@ -7,5 +7,6 @@
"data/widgets/battleLost.json",
"data/widgets/title.json",
"data/widgets/options.json",
"data/widgets/stats.json"
"data/widgets/stats.json",
"data/widgets/starSystem.json"
]

View File

@ -0,0 +1,12 @@
[
{
"name" : "startMission",
"group" : "starSystem",
"type" : "WT_BUTTON",
"text" : "Start Mission",
"x" : 350,
"y" : 635,
"w" : 280,
"h": 34
}
]