File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ProjectScene {
1616 property alias cloneLimit: loader .cloneLimit
1717 property alias spriteFencing: loader .spriteFencing
1818 property alias mute: loader .mute
19+ property alias hqPen: projectPenLayer .hqPen
1920 property bool showLoadingProgress: true
2021 readonly property bool loading: priv .loading
2122 readonly property int downloadedAssets: loader .downloadedAssets
@@ -141,9 +142,9 @@ ProjectScene {
141142 engine: loader .engine
142143 anchors .top : parent .top
143144 anchors .left : parent .left
144- width: stageWidth
145- height: stageHeight
146- scale: stageScale
145+ width: hqPen ? parent . width : stageWidth
146+ height: hqPen ? parent . height : stageHeight
147+ scale: hqPen ? 1 : stageScale
147148 transformOrigin: Item .TopLeft
148149 visible: ! priv .loading
149150 }
You can’t perform that action at this time.
0 commit comments