overte-HifiExperiments/interface/resources/qml/hifi/avatarPackager/AvatarPackagerState.qml
Thijs Wenker ad2d9bc79a - fst read/write should work
- images are being copied into the correct directory
- scripts are added to fst upon project load
- modal overlay fix
2018-12-21 19:34:54 +01:00

9 lines
214 B
QML

pragma Singleton
import QtQuick 2.6
Item {
id: singleton
readonly property string main: "main"
readonly property string project: "project"
readonly property string createProject: "createProject"
}