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

Platformer Demo

 import Felgo 4.0
 import QtQuick 2.0

 Item {
   width: gameScene.gridSize
   height: gameScene.gridSize
   property alias image: sprite.source
   property string pos: "mid" // can be either "mid","left" or "right"

   MultiResolutionImage {
     id: sprite
     // the anchoring is needed because the start and end tile are actually bigger than the gridSize, because they have some grass hanging from the edge, which we will (for the sake of simplicity) ignore when it comes to collision detection
     anchors.left: pos == "right" ? parent.left : undefined
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded