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
 import "../common"

 PlatformerTextButton {
   id: selectableTextButton

   // this property is true, when the button is selected
   property bool isSelected: false

   // this signal is emitted when the button gets selected
   signal selected

   // set background and text color depending on if the button is selected or not
   color: isSelected ? "#c0c0c0" : "#ffffff"
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded