Hey everyone, I just wanted to ask a quick question, simply out of general interest.
When exporting a game (particularly as a node-webkit program, as I want to create standard desktop applications) is there any way to increase the security of assets? It seems that once exported, all game assets are immediately available in the 'package.nw' archive. Would I be right in assuming that this means that one could make changes to the game simply by replacing those images? If so, is there any way to prevent that?
So yeah, just a few general security questions. Can I prevent people from accessing my game files, and can I prevent people from modifying them.
Thanks!