From 1e141f98b330f0f08b095431a3544922282f1201 Mon Sep 17 00:00:00 2001 From: Synthasmagoria Date: Sun, 14 Dec 2025 21:12:21 +0100 Subject: [PATCH] a --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d08bff..9a71ab1 100644 --- a/README.md +++ b/README.md @@ -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")