Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattcy1 authored Oct 17, 2024
0 parents commit 836ceca
Show file tree
Hide file tree
Showing 18 changed files with 530 additions and 0 deletions.
Binary file added DarkTrident.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added I0001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added I0002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added I0003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added I0004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added I0005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions LATEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When you push a tag to GitHub, the contents of this file will become your release message
456 changes: 456 additions & 0 deletions Mermonkey4thPath.cs

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions Mermonkey4thPath.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Mermonkey4thPath</RootNamespace>
<Configurations>Debug;Release</Configurations>
<Nullable>enable</Nullable>
<AssemblyName>Mermonkey4thPath</AssemblyName>
<LangVersion>latest</LangVersion>
<Optimize>False</Optimize>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<None Remove="Icon.png" />
</ItemGroup>
<ItemGroup>
<Content Include=".github\workflows\build.yml" />
</ItemGroup>
<ItemGroup>
<Reference Include="PathsPlusPlus">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\BloonsTD6\Mods\PathsPlusPlus.dll</HintPath>
</Reference>
</ItemGroup>

<Import Project="..\btd6.targets" />
</Project>
25 changes: 25 additions & 0 deletions Mermonkey4thPath.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mermonkey4thPath", "Mermonkey4thPath.csproj", "{561A9956-B233-4A83-87E5-D886071BC206}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED8C0DB6-D308-4167-936E-835A3A5386AA}
EndGlobalSection
EndGlobal
13 changes: 13 additions & 0 deletions ModHelperData.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace Mermonkey4thPath;

public static class ModHelperData
{
public const string WorksOnVersion = "44.0";
public const string Version = "1.0.0";
public const string Name = "Mermonkey4thPath";

public const string Description = "Add a brand new 4th path to the mermonkey";

public const string RepoOwner = "Mattcy1";
public const string RepoName = "Mermonkey4thPath";
}
Binary file added P0001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P0002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P0003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P0004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P0005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<a href="https://github.com/Mattcy1/Mermonkey4thPath/releases/latest/download/Mermonkey4thPath.dll">
<img align="left" alt="Icon" height="90" src="Icon.png">
<img align="right" alt="Download" height="75" src="https://raw.githubusercontent.com/gurrenm3/BTD-Mod-Helper/master/BloonsTD6%20Mod%20Helper/Resources/DownloadBtn.png">
</a>

<h1 align="center">Mermonkey 4th Path</h1>

Add a Dark Bending Fourth Path For The Mermonkey require path plus plus

[![Requires BTD6 Mod Helper](https://raw.githubusercontent.com/gurrenm3/BTD-Mod-Helper/master/banner.png)](https://github.com/gurrenm3/BTD-Mod-Helper#readme)

0 comments on commit 836ceca

Please sign in to comment.