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:
parent
4ee5772580
commit
d7a442cb43
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"spec_version": "v1.4",
|
"spec_version": "v1.4",
|
||||||
"identifier": "ShowFPS",
|
"identifier": "ShowFPS",
|
||||||
|
"ksp_version_max": "1.0.5",
|
||||||
"resources":
|
"resources":
|
||||||
{
|
{
|
||||||
"homepage": "http://www.curse.com/ksp-mods/kerbal/220663-showfps"
|
"homepage": "http://www.curse.com/ksp-mods/kerbal/220663-showfps"
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue