setCss Hack #1492
KVonGit
started this conversation in
Libraries and Code Samples
setCss Hack
#1492
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that
clearScreen()
has been fixed to retain the#outputData
element, we can just add STYLE elements to#outputData
, and everything will be retained when resuming a saved game.Important
This will fail if the player manually enters the SAVE command online, unless you have a modified save command that uses
JS.saveGame()
when the runner is not the desktop player. (This is because the output is not retained when saving this way online at the moment.)Beta Was this translation helpful? Give feedback.
All reactions