add a new folder structure redesign organized by packages

This commit is contained in:
Eduardo Bart
2011-07-17 08:52:20 -03:00
parent b1a881eb06
commit ab7394f357
56 changed files with 586 additions and 212 deletions

View File

@@ -0,0 +1,37 @@
%panel#mainBackground
image: { source: background.png; antialised: true }
anchor.fill: parent
%panel#mainMenuPanel.flat
size: 117 171
anchors.bottom: parent.bottom
anchors.left: parent.left
margin: 70 60
button
anchors.top: prev.bottom
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 6
%button.first
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 16
text: Enter Game
onClick: loadUI("entergamewindow")
%button.notImplemented
text: Access Account
%button
text: Options
onClick: loadUI("optionswindow")
%button
text: Info
onClick: loadUI("infowindow")
%button
text: Exit
onClick: terminateApplication()