mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
9 lines
91 B
QML
9 lines
91 B
QML
import Hifi 1.0
|
|
import QtQuick 2.3
|
|
|
|
Root {
|
|
id: root
|
|
width: 1280
|
|
height: 720
|
|
}
|
|
|