mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
added a cheat to dump the texture packer
This commit is contained in:
parent
2b9a2359df
commit
f707078d7e
1 changed files with 2 additions and 1 deletions
|
@ -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+)
|
Loading…
Reference in a new issue