forked from OpenRA/OpenRA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.yaml
75 lines (59 loc) · 1.22 KB
/
mod.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Metadata:
Title: Mod Content Manager
Version: {DEV_VERSION}
Hidden: true
Packages:
^EngineDir
^EngineDir|mods/modcontent: modcontent
^EngineDir|mods/common: common
Rules:
modcontent|rules.yaml
Cursors:
modcontent|cursors.yaml
Chrome:
modcontent|chrome.yaml
Assemblies:
^BinDir|OpenRA.Mods.Common.dll
ChromeLayout:
modcontent|content.yaml
Notifications:
modcontent|notifications.yaml
LoadScreen: ModContentLoadScreen
Image: ^EngineDir|mods/modcontent/chrome.png
Image2x: ^EngineDir|mods/modcontent/chrome-2x.png
Image3x: ^EngineDir|mods/modcontent/chrome-3x.png
ChromeMetrics:
common|metrics.yaml
modcontent|metrics.yaml
Translations:
common|languages/en.ftl
Fonts:
Tiny:
Font: common|FreeSans.ttf
Size: 10
Ascender: 8
TinyBold:
Font: common|FreeSansBold.ttf
Size: 10
Ascender: 8
Regular:
Font: common|FreeSans.ttf
Size: 14
Ascender: 11
Bold:
Font: common|FreeSansBold.ttf
Size: 14
Ascender: 11
MediumBold:
Font: common|FreeSansBold.ttf
Size: 18
Ascender: 14
BigBold:
Font: common|FreeSansBold.ttf
Size: 24
Ascender: 18
SoundFormats:
SpriteFormats: PngSheet
TerrainFormat: DefaultTerrain
SpriteSequenceFormat: DefaultSpriteSequence
ModelSequenceFormat: PlaceholderModelSequence