An example mod for my game Tiny Life. Use this template repository to create your own mod!
Go to file
2023-04-24 20:19:46 +02:00
.config updated cake 2022-12-12 19:21:22 +01:00
Content/ExampleMod updated example mod and docs for new clothing texture layouts 2023-04-24 11:44:11 +02:00
.gitignore modding, part 1! 2020-11-25 00:33:47 +01:00
build.cake debug saves in example mod build script 2023-04-09 15:43:43 +02:00
ExampleMod.cs improved clothing color scheme docs 2023-04-24 20:19:46 +02:00
ExampleMod.csproj allow mods to have a steam workshop thumbnail 2023-04-23 14:19:23 +02:00
ExampleModGrassSitAction.cs 0.31.0 2023-04-14 13:00:32 +02:00
ExampleModOptions.cs use simpler file and class naming for the example mod 2022-11-22 19:25:15 +01:00
ExampleModTable.cs use simpler file and class naming for the example mod 2022-11-22 19:25:15 +01:00
NuGet.config 0.21.2 2022-05-26 13:20:57 +02:00
README.md finally added a proper build script to the example mod 2022-09-12 13:21:27 +02:00
SteamThumbnail.png allow mods to have a steam workshop thumbnail 2023-04-23 14:19:23 +02:00

Tiny Life Example Mod

An example mod for my game Tiny Life. Use this template repository to create your own mod!

To learn how to use the example mod repository and create your own mods, check out the Modding Basics documentation.