overte-Armored-Dragon/interface/resources/qml/StatText.qml
2019-07-22 12:38:24 -07:00

10 lines
175 B
QML

import QtQuick 2.3
Text {
color: "white";
style: Text.Outline;
styleColor: "black";
font.pixelSize: 12;
font.bold: true;
font.family: "monospace";
}