From a01bcc3da836ec52851ca9de13ef459daf61269a Mon Sep 17 00:00:00 2001 From: lemz <87707926+lemz1@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:32:35 +0100 Subject: [PATCH] change ui controls order (#3027) a lot of squashed stuff --- source/funkin/input/Controls.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/input/Controls.hx b/source/funkin/input/Controls.hx index a5674bfdd..207bd7b46 100644 --- a/source/funkin/input/Controls.hx +++ b/source/funkin/input/Controls.hx @@ -1605,10 +1605,10 @@ enum Control NOTE_UP; NOTE_RIGHT; // UI - UI_UP; UI_LEFT; - UI_RIGHT; UI_DOWN; + UI_UP; + UI_RIGHT; RESET; ACCEPT; BACK;