From 094f839c66219c70c0de98b773264a042318f2c4 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Tue, 5 May 2015 23:09:11 +0200 Subject: [PATCH] Add MenuStabilizer --- MenuStabilizer/MenuStabilizer-1.ckan | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 MenuStabilizer/MenuStabilizer-1.ckan diff --git a/MenuStabilizer/MenuStabilizer-1.ckan b/MenuStabilizer/MenuStabilizer-1.ckan new file mode 100644 index 0000000000..0401d9359b --- /dev/null +++ b/MenuStabilizer/MenuStabilizer-1.ckan @@ -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" + }