mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Increased default dynamicText Size
No, it doesn't work yet...
This commit is contained in:
parent
a29824e371
commit
05679cdda2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user