Skip to content

Commit 1fa0db0

Browse files
committed
ProjectPlayer: Add unsupportedBlocks property
1 parent fa575f9 commit 1fa0db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProjectPlayer.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ProjectScene {
1212
property int stageWidth: 480
1313
property int stageHeight: 360
1414
readonly property bool running: loader.running
15+
readonly property list<string> unsupportedBlocks: loader.unsupportedBlocks
1516
property alias fps: loader.fps
1617
property alias turboMode: loader.turboMode
1718
property alias cloneLimit: loader.cloneLimit

0 commit comments

Comments
 (0)