Remove 3D off label stuff
This commit is contained in:
@@ -32,36 +32,36 @@ let propertyLabelNameOffset = 18;
|
|||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function init3DLabelScript() {
|
function initLabelScript() {
|
||||||
logToConsole(LOG_DEBUG, "[Asshat.3DLabel]: Initializing 3D label script ...");
|
logToConsole(LOG_DEBUG, "[Asshat.Label]: Initializing label script ...");
|
||||||
propertyLabelNameFont = init3DLabelPropertyNameFont();
|
propertyLabelNameFont = initLabelPropertyNameFont();
|
||||||
propertyLabelLockedFont = init3DLabelPropertyLockedFont();
|
propertyLabelLockedFont = initLabelPropertyLockedFont();
|
||||||
jobNameLabelFont = init3DLabelJobNameFont();
|
jobNameLabelFont = initLabelJobNameFont();
|
||||||
jobHelpLabelFont = init3DLabelJobHelpFont();
|
jobHelpLabelFont = initLabelJobHelpFont();
|
||||||
logToConsole(LOG_DEBUG, "[Asshat.3DLabel]: 3D label script initialized!");
|
logToConsole(LOG_DEBUG, "[Asshat.Label]: Label script initialized!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function init3DLabelPropertyNameFont() {
|
function initLabelPropertyNameFont() {
|
||||||
return lucasFont.createDefaultFont(16.0, "Roboto", "Regular");
|
return lucasFont.createDefaultFont(16.0, "Roboto", "Regular");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function init3DLabelPropertyLockedFont() {
|
function initLabelPropertyLockedFont() {
|
||||||
return lucasFont.createDefaultFont(12.0, "Roboto", "Light");
|
return lucasFont.createDefaultFont(12.0, "Roboto", "Light");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function init3DLabelJobNameFont() {
|
function initLabelJobNameFont() {
|
||||||
return lucasFont.createDefaultFont(16.0, "Roboto", "Regular");
|
return lucasFont.createDefaultFont(16.0, "Roboto", "Regular");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function init3DLabelJobHelpFont() {
|
function initLabelJobHelpFont() {
|
||||||
return lucasFont.createDefaultFont(10.0, "Roboto", "Light");
|
return lucasFont.createDefaultFont(10.0, "Roboto", "Light");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user