Closed KVonGit closed 2 months ago
I recently learned it doesn't matter if you use http://localhost:52426/Play.aspx?id=0
or http://localhost:52426/Play.aspx?id=1
or http://localhost:52426/Play.aspx?id=42
when using the debug plugins.
I recently learned that the ID is used for saving/resuming purposes, among other things.
Once upon a time, we did need to use 1
for the ID for saving progress when using the debug plugins, but the code to do that no longer exists.
Point is: the ID matters when you can save and resume progress.
Fixing the links to load the game in your browser when running the web player or web editor from VS. (Changed 1 to 0.)