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: level2

   // number of total zombies
   property int maxZombies : 8
   // path to background image for this level
   property string background: "../assets/img/nyc.png"
   // name of the city will be displayed in the HUD
   property string city: "New York City"

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