From 7099d24935e298b68943cd3a8f72b1aa4ca66e34 Mon Sep 17 00:00:00 2001 From: Ben Pollard <129943363+benpollarduk@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:07:36 +0000 Subject: [PATCH] Update commands.md --- docs/docfx/docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx/docs/commands.md b/docs/docfx/docs/commands.md index eb310471..c8e6fb4b 100644 --- a/docs/docfx/docs/commands.md +++ b/docs/docfx/docs/commands.md @@ -6,7 +6,7 @@ There are three main types of Command. * **Global Commands** are used to interact with the program running the game. * **Custom Commands** allow developers to add custom commands to the game without having to worry about extended the games interpreters. -## Game Commands +## Scene Commands ### Drop Allows players to drop an item. **R** can be used as a shortcut.