Add MenuStabilizer

This commit is contained in:
Willhelm Rendahl 2015-05-05 23:09:11 +02:00
parent bd733da020
commit 094f839c66
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"spec_version": 1,
"identifier": "MenuStabilizer",
"name": "Menu Stabilizer",
"abstract": "This plugin will make any part right-click menu freeze its position on the screen in flight when the mouse is above it.",
"author": "angavrilov",
"license": "MIT",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/119561"
},
"install": [
{
"file": "MenuStabilizer.dll",
"install_to": "GameData"
}
],
"download": "https://www.dropbox.com/s/bhpbla6zqszs8cj/MenuStabilizer.zip?dl=1",
"version": "1",
"ksp_version": "1.0"
}