This commit is contained in:
Synthasmagoria 2025-12-14 21:12:21 +01:00
commit 1e141f98b3

View file

@ -1,4 +1,5 @@
A runtime instance inspector for GMS1
# Runtime instance inspector for GMS1
![Demo](images for readme/demo.gif)
## Setup
1) Add the files in the right order: objDebugList first, everything else after
@ -16,5 +17,3 @@ scrDebugInspectorInitialize("gameStarted")
The other two arguments for the initialization function are optional but nice to have.
- `debug_key`: Sets a keyboard key that must be held before its possible to bring up the inspector using mouse buttons
- `font`: Font to use instead of the default font. Monospace works best.
![Demo]("images for readme/demo.gif")