summaryrefslogtreecommitdiff
path: root/SuperTimer/SuperTimer.modinfo
blob: 02c3ca341c8a76e25609c04bf6a54b720bdd6d13 (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
33
<?xml version="1.0" encoding="utf-8"?>
<Mod id="2c20a448-3367-4d72-86e2-2ea480c22fcc" version="1">
  <Properties>
    <Name>SuperTimer</Name>
    <Description>Count playtime!</Description>
    <Teaser>Monitor playing time</Teaser>
    <Authors>Michal Idziorek</Authors>
    <Homepage>https://idziorek.net</Homepage>
    <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>