content/hifi-content/samuel/dantetest.qml
2022-02-14 02:04:11 +01:00

10 lines
No EOL
158 B
QML

import QtQuick 2.10
import QtGraphicalEffects 1.0
Rectangle {
id: root
width: parent.width
height: parent.height
color: "#021C1E"
}