fix: dog 配置 flip_vertical 改为 false (画面上下反了)

This commit is contained in:
2026-07-06 09:51:39 +08:00
parent b0e201a16f
commit 2f202b82b7

View File

@@ -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,