From a4b9bf0dbb5d84addb6f4676d79857e755a6445d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 12:17:14 +0200 Subject: [PATCH] Update architecture.md with new movement mode requirements --- architecture.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/architecture.md b/architecture.md index 82392ffc..248b8b88 100644 --- a/architecture.md +++ b/architecture.md @@ -598,6 +598,8 @@ Later optional modes: - click-to-teleport - controller-supported variants where applicable +Every new movement mode or controller feature must ship with default keyboard and standard-gamepad bindings, even if the authored inspector UI stays simple. + These modes should share a common interface: ```ts