qmlFrontend/qml/qmlFrontend/GameConfig.qml
branchqmlfrontend
changeset 10448 4cb727e029fa
parent 10444 47a6231f1fc1
child 10450 bf9e30b4ef9b
equal deleted inserted replaced
10446:7ae44f42a689 10448:4cb727e029fa
    23             y: 0
    23             y: 0
    24             width: 256
    24             width: 256
    25             height: 128
    25             height: 128
    26             cache: false
    26             cache: false
    27         }
    27         }
       
    28     }
       
    29 
       
    30     HWButton {
       
    31         id: btnRunGame
       
    32         x: 600
       
    33         y: 440
       
    34         width: 32
       
    35         height: 32
       
    36 
       
    37         onClicked: HWEngine.runLocalGame()
    28     }
    38     }
    29 
    39 
    30     Rectangle {
    40     Rectangle {
    31         x: 320
    41         x: 320
    32         y: 16
    42         y: 16