6 lines
80 B
QML
6 lines
80 B
QML
|
import TestTypes
|
||
|
|
||
|
Person {
|
||
|
property size textureSize: Qt.size(1024, 1024)
|
||
|
}
|