--- a/qmlfrontend/main.qml Tue Feb 04 17:31:55 2025 +0100
+++ b/qmlfrontend/main.qml Mon Feb 17 16:37:59 2025 +0100
@@ -8,11 +8,7 @@
height: 480
title: qsTr("Hello World")
- SwipeView {
- id: swipeView
+ GameScene {
anchors.fill: parent
-
- Page1 {
- }
}
}