diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-06 23:43:48 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-06 23:43:48 -0500 |
commit | 51de495ae4c1b9da13cce24dc15ac844b24f657e (patch) | |
tree | c44a6f0237a6c1b6a33d2cee227a70455441bca3 /docs/release-notes.md | |
parent | d5b00bec84fca94ebd94bea509af060928585cc8 (diff) | |
download | SMAPI-51de495ae4c1b9da13cce24dc15ac844b24f657e.tar.gz SMAPI-51de495ae4c1b9da13cce24dc15ac844b24f657e.tar.bz2 SMAPI-51de495ae4c1b9da13cce24dc15ac844b24f657e.zip |
add a way to send console commands to a specific screen
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index d4702dd5..afb88f5b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ ## Upcoming release * For players: * Reduced memory usage. + * You can now enter console commands for a specific screen in split-screen mode by adding `screen=ID` to the command. * For modders: * Simplified tilesheet order warning added in 3.8.2. |