Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutkolkman committed Oct 15, 2023
1 parent 6da7ebd commit 19d5c4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MouseDrag/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace MouseDrag
{
//also edit version in "modinfo.json"
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.2.7")] //(GUID, mod name, mod version)
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.2.8")] //(GUID, mod name, mod version)
public class Plugin : BaseUnityPlugin
{
public static new ManualLogSource Logger { get; private set; } = null;
Expand Down
2 changes: 1 addition & 1 deletion MouseDrag/bin/mousedrag/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "maxi-mol.mousedrag",
"name": "Mouse Drag",
"version": "0.2.7",
"version": "0.2.8",
"authors": "Maxi Mol",
"description": "Tool which allows dragging/pausing/destroying creatures and objects\noutside sandbox-mode using your mouse.",
"requirements": [],
Expand Down
Binary file modified MouseDrag/bin/mousedrag/plugins/MouseDrag.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions WORKSHOP.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[h3]Description[/h3]
Tool which allows dragging creatures/objects outside sandbox-mode using your mouse, also known as the Sandbox Mouse. Includes options to pause, destroy, duplicate, tame, stun, kill & revive individual creatures, players and objects. Press right mouse button on an object or the background to open one of two radial menus. Also allows you to activate and throw items like bombs and spears.
Tool which allows dragging creatures/objects outside sandbox-mode using your mouse, also known as the Sandbox Mouse. Includes options to pause, destroy, duplicate, tame, stun, teleport, kill & revive individual creatures, players and objects. Press right mouse button on an object or the background to open one of two radial menus. Also allows you to activate and throw items like bombs and spears.

Credits:
- Fyre & Noir for the BeastMaster menu trianglemesh code
- IdleFire Guardian for searching bugs
- IdleFire Guardian for playtesting

Source code is here: https://github.com/woutkolkman/mousedrag

Expand Down

0 comments on commit 19d5c4e

Please sign in to comment.