added a cheat to dump the texture packer

This commit is contained in:
Ell 2021-08-16 16:37:36 +02:00
parent 2b9a2359df
commit f707078d7e

View file

@ -21,4 +21,5 @@ You can open up the game's cheat menu by pressing the `F1` key. Here is a list o
- The person's animation stops, but they are drawn on all surrounding objects of the same type instead, which makes it easier to ensure that the offset looks correct in multiple rotations and positions
- Pressing the up, down, left and right keys moves the current action spot's position and holding shift moves the spot's visual position instead
- Pressing the page up and page down keys moves the spot's y offset
- The resulting values are printed to the console every time a modification is made, so you can copy them and paste them into your action spot code
- The resulting values are printed to the console every time a modification is made, so you can copy them and paste them into your action spot code
- `DumpTexture` saves the game's texture packer's entire texture into the Tiny Life directory (which can be accessed through the options menu) as `_Packed.png` (0.16.0+)