From d7b0361bfadd058626cfee306459ce08598ac814 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 4 Feb 2020 13:49:27 +0100 Subject: [PATCH] First commit --- DashBind.cs | 11 ++++++++ DashBind.csproj | 66 ++++++++++++++++++++++++++++++++++++++++++++ DashBind.csproj.user | 8 ++++++ build.txt | 3 ++ description.txt | 2 ++ 5 files changed, 90 insertions(+) create mode 100644 DashBind.cs create mode 100644 DashBind.csproj create mode 100644 DashBind.csproj.user create mode 100644 build.txt create mode 100644 description.txt diff --git a/DashBind.cs b/DashBind.cs new file mode 100644 index 0000000..8f3a78e --- /dev/null +++ b/DashBind.cs @@ -0,0 +1,11 @@ +using Terraria.ModLoader; + +namespace DashBind +{ + class DashBind : Mod + { + public DashBind() + { + } + } +} diff --git a/DashBind.csproj b/DashBind.csproj new file mode 100644 index 0000000..49815eb --- /dev/null +++ b/DashBind.csproj @@ -0,0 +1,66 @@ + + + + + Debug + AnyCPU + {8298EAB6-0586-4BDA-9483-83624B66B13A} + Library + Properties + DashBind + DashBind + v4.7.2 + 512 + true + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + False + C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.Xna.Framework\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.dll + + + False + C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.Xna.Framework.Game\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Game.dll + + + False + C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.Xna.Framework.Graphics\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Graphics.dll + + + False + C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.Xna.Framework.Xact\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Xact.dll + + + + C:\Program Files (x86)\Steam\steamapps\common\terraria\Terraria.exe + + + + + "C:\Program Files (x86)\Steam\steamapps\common\terraria\tModLoaderServer.exe" -build "$(ProjectDir)\" -eac "$(TargetPath)" + + + diff --git a/DashBind.csproj.user b/DashBind.csproj.user new file mode 100644 index 0000000..358ce88 --- /dev/null +++ b/DashBind.csproj.user @@ -0,0 +1,8 @@ + + + + Program + C:\Program Files %28x86%29\Steam\steamapps\common\Terraria\Terraria.exe + C:\Program Files %28x86%29\Steam\steamapps\common\Terraria\ + + diff --git a/build.txt b/build.txt new file mode 100644 index 0000000..bbf4878 --- /dev/null +++ b/build.txt @@ -0,0 +1,3 @@ +author = Guus6 +version = 1.0 +displayName = DashBind diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..e46b2d1 --- /dev/null +++ b/description.txt @@ -0,0 +1,2 @@ +DashBind is a really simple mod, allowing you to set a keybind for your dash. +Tip: This only works if you have an accessory that allows you to Dash. \ No newline at end of file