diff options
Diffstat (limited to 'SuperTimer/SuperTimer.modinfo')
| -rwxr-xr-x | SuperTimer/SuperTimer.modinfo | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/SuperTimer/SuperTimer.modinfo b/SuperTimer/SuperTimer.modinfo new file mode 100755 index 0000000..02c3ca3 --- /dev/null +++ b/SuperTimer/SuperTimer.modinfo @@ -0,0 +1,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>
|
