Update README.md

This commit is contained in:
Synthasmagoria 2025-12-16 07:23:00 +00:00
commit cd66ceee92

View file

@ -3,10 +3,10 @@
## Setup ## Setup
1) Add the files in the right order: objDebugList first, everything else after 1) Add the files in the right order: objDebugList first, everything else after
2) Call scrDebugInspectorInitialize with the name of the global for determining whether the game has been started 2) Call scrDebugInspectorInitialize with the name of the global for determining whether the game has been started as the first parameter
example: example:
``` ```
scrDebugInspectorInitialize("gameStarted") scrDebugInspectorInitialize("gameStarted", true);
``` ```
3) Run the game and click on the screen 3) Run the game and click on the screen
- Middle mouse button brings up a searchable list of instances in the room - Middle mouse button brings up a searchable list of instances in the room