Skip to content

Commit

Permalink
Fixed toolbar Icon location in toolbar plugin
Browse files Browse the repository at this point in the history
Issue #3
  • Loading branch information
icedown committed Nov 22, 2016
1 parent 4557294 commit 1e09448
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified GameData/ProbeControlRoom/ProbeControlRoom.dll
Binary file not shown.
Binary file modified GameData/ProbeControlRoom/ProbeControlRoomToolbar.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions ProbeControlRoomToolbar/ProbeControlRoomToolbar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace ProbeControlRoomToolbar
{
[KSPAddon(KSPAddon.Startup.EveryScene, false)]
class ProbeControlRoomToolbar : MonoBehaviour {
private string enabledTexture = "ProbeControlRoom/ProbeControlRoomToolbarEnabled";
private string disabledTexture = "ProbeControlRoom/ProbeControlRoomToolbarDisabled";
private string enabledTexture = "ProbeControlRoom/Icons/ProbeControlRoomToolbarEnabled";
private string disabledTexture = "ProbeControlRoom/Icons/ProbeControlRoomToolbarDisabled";
private IButton button;


Expand Down

0 comments on commit 1e09448

Please sign in to comment.