diff options
| author | Miguel <m.i@gmx.at> | 2020-11-01 01:25:07 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2020-11-01 01:25:07 +0100 |
| commit | 788b8aef3ae6531685b8f4b8cd08203a33c682c4 (patch) | |
| tree | 94ae6f0803caa7d55ad57bca1414f2c1756b26d1 /SuperTimer/SuperTimer.modinfo | |
Initial Commit - Miguel's SuperTimer
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>
|
