diff --git a/README.md b/README.md index b3da1a0..089ae50 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Follow these simple steps to get the template up and running: 1. **Clone or Download:** Obtain the repository by cloning it via Git or downloading the ZIP file. 2. **Open in Godot Engine:** Load the project in your [Godot Engine](https://godotengine.org) installation. -3. **Execute:** Press F5 or click `Run Project` in the Godot editor. +3. **Execute:** Press ``F5`` or click `Run Project` in the Godot editor.
@@ -41,14 +41,14 @@ Ensure the script has execution permissions (`chmod +x run_headless_server.sh`) ## Controls -* W A S D to move. -* Shift to run. -* Space to jump. -* Esc to quit. -* Ctrl to hide/show chat. -* B to toggle inventory. -* F1 to add random test item (debug). -* F2 to print inventory contents (debug). +* ``W`` ``A`` ``S`` ``D`` to move. +* ``Shift`` to run. +* ``Space`` to jump. +* ``Esc`` to quit. +* ``Ctrl`` to hide/show chat. +* ``B`` to toggle inventory. +* ``F1`` to add random test item (debug). +* ``F2`` to print inventory contents (debug).