Skip to content

Commit

Permalink
chore: update mod description and readme, add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
flerouwu committed Dec 29, 2023
1 parent 8d1a1de commit a41daaf
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 6 deletions.
70 changes: 70 additions & 0 deletions .idea/.idea.FastLoad/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions FastStartup/FastStartup.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Description>Defaults to online mode and skips the main menu animation.</Description>
<Description>Mod to skip the animations / splashes that play on game startup.</Description>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>default</LangVersion>
Expand All @@ -19,6 +19,7 @@
</ItemGroup>

<ItemGroup>
<None Include="FastStartup.csproj.user" />

<Reference Include="Assembly-CSharp">
<HintPath>$(GamePath)/Lethal Company_Data/Managed/Assembly-CSharp.dll</HintPath>
Expand All @@ -36,8 +37,4 @@
<HintPath>$(GamePath)/Lethal Company_Data/Managed/UnityEngine.AnimationModule.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="FastStartup.csproj.user" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on game startup.

### Thunderstore

TODO: Upload to Thunderstore.
You can search for "LC_FastStartup" in your package manager or manually download it on [Thunderstore](https://thunderstore.io/c/lethal-company/p/flerouwu/LC_FastStartup/).

### Direct Download

Expand Down

0 comments on commit a41daaf

Please sign in to comment.