Update README.md
This commit is contained in:
parent
1c83543236
commit
cd66ceee92
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue