Skip to content

Commit

Permalink
Isolated my usage of Fluffy's ColourPicker to my own personal fork to…
Browse files Browse the repository at this point in the history
… prevent incompatibilities with mods that use a 1.2 version of it.
  • Loading branch information
JTJutajoh committed Aug 27, 2021
1 parent ccab00f commit 152895d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
Binary file removed 1.3/Assemblies/0ColourPicker.dll
Binary file not shown.
Binary file added 1.3/Assemblies/0DarkColourPicker_Forked.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/Signs.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Signs/Dialog_RenameSign.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using RimWorld;
using Verse;
using UnityEngine;
using ColourPicker;
using DarkColourPicker_Forked;

namespace Dark.Signs
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Signs/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Verse;
using RimWorld;
using UnityEngine;
using ColourPicker;
using DarkColourPicker_Forked;

namespace Dark.Signs
{
Expand Down
6 changes: 2 additions & 4 deletions Source/Signs/Signs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="0ColourPicker, Version=2.0.0.22137, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\1.3\Assemblies\0ColourPicker.dll</HintPath>
<Private>False</Private>
<Reference Include="0DarkColourPicker_Forked">
<HintPath>E:\GameDev\Modding\RimworldMods\ColourPicker-master\ColourPicker-master\net472\0DarkColourPicker_Forked.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 152895d

Please sign in to comment.