Increased default dynamicText Size

No, it doesn't work yet...
This commit is contained in:
eraser1 2015-09-04 23:02:51 -05:00
parent a29824e371
commit 05679cdda2

View File

@ -51,11 +51,11 @@ DMS_DEBUG = true;
//Mission notification settings
DMS_PlayerNotificationTypes = [ // Notification types. Supported values are: ["dynamicTextRequest", "standardHintRequest", "systemChatRequest"]
//"dynamicTextRequest", <--- Currently won't work.
//"dynamicTextRequest", <--- Won't work in Exile v0.9.19
"standardHintRequest",
"systemChatRequest"
];
DMS_dynamicText_Size = "0.55"; // Dynamic Text size for "dynamicTextRequest" notification type.
DMS_dynamicText_Size = "0.65"; // Dynamic Text size for "dynamicTextRequest" notification type.
DMS_dynamicText_Color = "#FFCC00"; // Dynamic Text color for "dynamicTextRequest" notification type.
DMS_MissionTypes = [ // List of missions with spawn chances. If they add up to 100%, they represent the percentage chance each one will spawn