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

ZombieBreak Demo

 import Felgo 4.0
 import QtQuick 2.0

 Item {
   // our GameScene will set the texts, so we make them public accessible
   property alias killedText : killed.text
   property alias cityText : city.text

   // display number of killed zombies
   Text {
     id: killed
     color: "red"
   }

   // display city name
   Text {
     id: city
     color: "red"
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded