blob: 20dc47d0d07e35659209d728c0831ae05e801512 (
plain)
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
|
<?xml version="1.0" encoding="utf-8"?>
<Mod id="6f4fb9f0-362d-4ac5-b8f4-19095add8af2" version="1">
<Properties>
<Name>Miguel's SuperTimer</Name>
<Description>Monitor the real-time spent on a Game.</Description>
<Teaser>Monitor real-time spent on a Game!</Teaser>
<Authors>MiguelDirty</Authors>
<AffectsSavedGames>0</AffectsSavedGames>
<CompatibleVersions>1.2,2.0</CompatibleVersions>
</Properties>
<InGameActions>
<AddUserInterfaces id="SuperTimerUI">
<Properties>
<Context>InGame</Context>
<LoadOrder>14000</LoadOrder>
</Properties>
<File>SuperTimer.xml</File>
</AddUserInterfaces>
<ImportFiles id="SuperTimerIcon">
<Properties>
<Context>InGame</Context>
<LoadOrder>400</LoadOrder>
</Properties>
<File>SuperTimer.dds</File>
</ImportFiles>
</InGameActions>
<Files>
<File>SuperTimer.lua</File>
<File>SuperTimer.xml</File>
<File>SuperTimer.dds</File>
</Files>
</Mod>
|