updated font file location
This commit is contained in:
parent
af83337b76
commit
f172e25703
@ -14,7 +14,7 @@ Rectangle {
|
|||||||
property bool runNewTileAnim: false
|
property bool runNewTileAnim: false
|
||||||
property bool destroyFlag: false
|
property bool destroyFlag: false
|
||||||
|
|
||||||
FontLoader { id: localFont; source: "qrc:///fonts/DroidSansFallback.ttf" }
|
FontLoader { id: localFont; source: "qrc:///res/fonts/DroidSansFallback.ttf" }
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: tileLabel
|
id: tileLabel
|
||||||
|
@ -207,7 +207,7 @@ ApplicationWindow {
|
|||||||
onClicked: parent.forceActiveFocus()
|
onClicked: parent.forceActiveFocus()
|
||||||
}
|
}
|
||||||
|
|
||||||
FontLoader { id: localFont; source: "qrc:///fonts/DroidSansFallback.ttf" }
|
FontLoader { id: localFont; source: "qrc:///res/fonts/DroidSansFallback.ttf" }
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: gameName
|
id: gameName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user