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

 import "entities"

 Item {
   id: level1

   // number of total zombies
   property int maxZombies : 6
   // path to background image for this level
   property string background: "../assets/img/atl.png"
   // name of the city will be displayed in the HUD
   property string city: "Atlanta"

   // add some zombies
   Zombie {x:zombieWidth*1; y:zombieHeight*1;}
   Zombie {x:zombieWidth*2; y:zombieHeight*1;}
   Zombie {x:zombieWidth*4; y:zombieHeight*2;}
   Zombie {x:zombieWidth*5; y:zombieHeight*2;}
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded