Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RealAgrair committed Nov 26, 2019
1 parent 79ff9cf commit babeb65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion InvTweaksPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public void PlaceTree()
Item item = player.inventory[i];
if (item.type == ItemID.Acorn)
{
//Main.NewText("index: " + i);
originalSelectedItem = player.selectedItem;
autoRevertSelectedItem = true;
player.selectedItem = i;
Expand Down
3 changes: 1 addition & 2 deletions InvTweaksUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ public override void OnInitialize()
{
panel = new DragableUIPanel();
panel.SetPadding(0);
panel.Left.Set(500, 0);
panel.Top.Set(258, 0);
panel.HAlign = panel.VAlign = .5f;
panel.Width.Set(180, 0);
panel.Height.Set(70, 0);

Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = Agrair
version = 2.4
version = 2.4.1
displayName = Inventory Tweaks
buildIgnore = .vs/, .csproj, bin/, obj/, LICENSE, .gitignore, .git, .sln, .user
includePDB = true
Expand Down

0 comments on commit babeb65

Please sign in to comment.