Skip to content

Commit d27a95f

Browse files
Revert " Added dependency unBlur"
This reverts commit 654e879.
1 parent 4ebb79a commit d27a95f

File tree

17 files changed

+17
-147
lines changed

17 files changed

+17
-147
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.1.8.2
2+
Removed all UnBlur references
3+
14
0.1.8.1
25
Updated to add large icon to the toolbar.BigTexturePath (new in toolbar 1.7.20)
36
Added InstallChecker

GameData/001_ToolbarControl/Textures/toolbar_24.png renamed to GameData/001_ToolbarControl/PluginData/Textures/toolbar_24.png

File renamed without changes.

GameData/001_ToolbarControl/Textures/toolbar_38.png renamed to GameData/001_ToolbarControl/PluginData/Textures/toolbar_38.png

File renamed without changes.
File renamed without changes.

GameData/001_ToolbarControl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ And in the file where the button is added to the ToolbarController:
195195
ApplicationLauncher.AppScenes.FLIGHT | ApplicationLauncher.AppScenes.MAPVIEW | ApplicationLauncher.AppScenes.TRACKSTATION,
196196
MODID,
197197
"slingShotterButton",
198-
"SlingShotter/Textures/icon_38",
199-
"SlingShotter/Textures/icon_24",
198+
"SlingShotter/PluginData/Textures/icon_38",
199+
"SlingShotter/PluginData/Textures/icon_24",
200200
MODNAME
201201
);
202202
}

GameData/001_ToolbarControl/ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 8,
13-
"BUILD": 0
13+
"BUILD": 1
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ And in the file where the button is added to the ToolbarController:
195195
ApplicationLauncher.AppScenes.FLIGHT | ApplicationLauncher.AppScenes.MAPVIEW | ApplicationLauncher.AppScenes.TRACKSTATION,
196196
MODID,
197197
"slingShotterButton",
198-
"SlingShotter/Textures/icon_38",
199-
"SlingShotter/Textures/icon_24",
198+
"SlingShotter/PluginData/Textures/icon_38",
199+
"SlingShotter/PluginData/Textures/icon_24",
200200
MODNAME
201201
);
202202
}

ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 8,
13-
"BUILD": 1
13+
"BUILD": 2
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

0 commit comments

Comments
 (0)