If I retrieve local storage keys and their values in layout 1 AND change layout to n, do I need to get those once again or not? Layout should reset any global variables to their defaults, how about LS?
Local Storage is not reset of course.
But if you've retrieved values into global variables and then reset global variables, then yes, you'll need to do this again.
Develop games in your browser. Powerful, performant & highly capable.
Thanks dop2000, I'm making some tests and understand this better now.