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

Platformer with Level Editor

 import QtQuick 2.0
 import Felgo 3.0

 Scene {
   // the "logical size" - the scene content is auto-scaled to match
   // the gameWindow's size
   width: 480
   height: 320

   // by default, set the opacity to 0
   // We handle this property from PlatformerMain via PropertyChanges
   opacity: 0

   // the scene is only visible if the opacity is > 0
   // this improves the performance
   visible: opacity > 0

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded