HAxis sos

This commit is contained in:
guus
2018-08-11 16:46:35 +02:00
commit 510654f8a1
480 changed files with 54126 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Skill Tree Plugin",
"Description": "A plugin to design the skill tree.",
"Category": "2D",
"CreatedBy": "Yoshi van Belkom",
"CreatedByURL": "http://www.farsquad.com/",
"DocsURL": "http://iamfromtheinternet.nl/wiki/index.php/Programming_Documentation",
"MarketplaceURL": "",
"SupportURL": "http://iamfromtheinternet.nl/wiki/index.php/Programming_Documentation",
"Modules": [
{
"Name": "SkillTree",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "SkillTreeEditor",
"Type": "Editor"
}
],
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false
}