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

Durdles - 2-Player Action Game

 import QtQuick 2.0
 import Felgo 4.0
 import "../levels"
 import ".."

 // trees are obstacles and barriers
 EntityBase {
   id: tree
   entityType: "tree"
   entityId: "tree"

   property alias treeBody: treeBody
   property alias circleCollider: circleCollider

   Image {
     id: treeBody
     width: 40
     height: 40
     anchors.centerIn: parent
   }

   CircleCollider {
     id: circleCollider
     radius: 18
     x: -radius
     y: -radius
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded