-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.cpp
27 lines (23 loc) · 1.16 KB
/
mod.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
dir = "@KJW_Imposters";
name = "KJW's Imposters";
author = "KJW";
picture = "title_co.paa"; // Picture displayed from the expansions menu. Optimal size is 2048x1024
hideName = "false"; // Hide the extension name
hidePicture = "false"; // Hide the extension menu
logoSmall = "icon.paa"; // Display next to the item added by the mod 64x64
logo = "icon.paa"; // Logo displayed in the main menu 128x128
logoOver = "icon.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "KJW's Imposters";
tooltipOwned = "Who sold this to you?"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "KJW's Imposters"; // Overview text, displayed from the extension menu
description = "It's unclear where this will show"; // Probably in context with action
action = ""; // Website URL, that can accessed from the expansions menu
actionName = "GitHub"; // label of button/tooltip in extension menu
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
1,
0.0,
0.86,
1
};