An example mod for my game Tiny Life. Use this template repository to create your own mod!
Go to file
2023-05-08 11:17:49 +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 print the log at least once even if the game exits early 2023-04-24 21:38:11 +02:00
ExampleMod.cs pad textures by default 2023-04-24 23:07:49 +02:00
ExampleMod.csproj 0.32.2 2023-05-04 13:26:40 +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 reduced steam thumbnail sizes 2023-05-08 11:17:49 +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.