mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 03:53:29 +01:00
code cleanup
This commit is contained in:
parent
dc555efa7b
commit
f0a4bf01d6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class ExampleMod : Mod {
|
|||
// since this action doesn't use objects (like chairs etc.), we set a texture to display instead
|
||||
Texture = this.uiTextures[1, 0]
|
||||
});
|
||||
|
||||
|
||||
// we use this emotion modifier in SitDownOnGrassAction
|
||||
GrassSittingModifier = EmotionModifier.Register(
|
||||
new EmotionModifier("ExampleMod.GrassSitting", this.uiTextures[1, 0], EmotionType.Happy));
|
||||
|
|
Loading…
Reference in a new issue