From 2f202b82b77d190236cb22d2fb123917c3b6b545 Mon Sep 17 00:00:00 2001 From: pulsareonbot Date: Mon, 6 Jul 2026 09:51:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20dog=20=E9=85=8D=E7=BD=AE=20flip=5Fvertic?= =?UTF-8?q?al=20=E6=94=B9=E4=B8=BA=20false=20(=E7=94=BB=E9=9D=A2=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E5=8F=8D=E4=BA=86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/dog_state_machine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/dog_state_machine.json b/configs/dog_state_machine.json index 7c150b1..ebb5a7a 100644 --- a/configs/dog_state_machine.json +++ b/configs/dog_state_machine.json @@ -4,7 +4,7 @@ "window_title": "Hologram Player - Dog", "rotation": 0, "flip_horizontal": true, - "flip_vertical": true, + "flip_vertical": false, "offset_x": 0, "offset_y": 0, "prevent_screen_lock": true,