ShowFPS update. (#1121)

ShowFPS v1.1 for KSP 1.1
add ksp_version_max entry for ShowFPS v1.0, set to 1.0.5.
This commit is contained in:
Elián Hanisch 2016-05-01 18:57:43 -03:00 committed by Matthew
parent 4ee5772580
commit d7a442cb43
2 changed files with 23 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"spec_version": "v1.4",
"identifier": "ShowFPS",
"ksp_version_max": "1.0.5",
"resources":
{
"homepage": "http://www.curse.com/ksp-mods/kerbal/220663-showfps"

22
ShowFPS/ShowFPS-v1.1.ckan Normal file
View File

@ -0,0 +1,22 @@
{
"spec_version": "v1.4",
"identifier": "ShowFPS",
"ksp_version_min": "1.1",
"resources":
{
"homepage": "http://www.curse.com/ksp-mods/kerbal/220663-showfps"
},
"name": "Show FPS",
"license": "LGPL-3.0",
"abstract": "Simple framerate counter, enable with F8.",
"author": "m4v",
"version": "1.1",
"download": "http://kerbal.curseforge.com/projects/showfps/files/2297168/download",
"install": [
{
"file" : "ShowFPS",
"install_to" : "GameData",
"filter" : "Sources"
}
]
}