From 9ee7eef2919feffe4e0695494d4027e8ec011808 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Jun 2025 19:45:05 +0200 Subject: Add pedestrians (and custom spawn locations) --- test-client/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test-client') diff --git a/test-client/main.ts b/test-client/main.ts index f52e7f40..ef38494d 100644 --- a/test-client/main.ts +++ b/test-client/main.ts @@ -327,7 +327,7 @@ export let chat: null | HTMLInputElement = null; const QUICK_COMMANDS: { [key: string]: string } = { "Numpad1": "/start junior", - "Numpad2": "/start senior", + "Numpad2": "/start debug2", "Numpad3": "/start sophomore", "Numpad4": "/start debug", "Numpad5": "/start 5star", @@ -336,6 +336,7 @@ const QUICK_COMMANDS: { [key: string]: string } = { "Numpad9": "/start-tutorial plate:bun", "Numpad7": "/end-tutorial", "Numpad0": "/end", + "NumpadEnter": "/r", } export const keys_down = new Set(); -- cgit v1.2.3-70-g09d2