Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

ChickenOutbreak Demo

 import QtQuick 2.0
 import Felgo 4.0

 SceneBase {
   id: scene

   // needs to be accessed assigned to the FelgoGameNetwork, so it can show it
   property alias gameNetworkView: gameNetworkView

   onBackButtonPressed: {
     window.state = "main"
   }

   GameNetworkView {
     id: gameNetworkView
     anchors.fill: scene.gameWindowAnchorItem

     // this is only used temporarily, until the font issue is fixed

     onBackClicked: {
       window.state = "main"
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded