From 3eab48c8ef54b9cc6609efd712ba63778c6a7e6e Mon Sep 17 00:00:00 2001 From: miteruzo Date: Mon, 1 Dec 2025 12:40:05 +0900 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=82=B5=E3=82=A4=E3=82=BA?= =?UTF-8?q?=E3=82=92=E7=B8=AE=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index fbab4ae..307aa1e 100644 --- a/main.py +++ b/main.py @@ -779,8 +779,8 @@ class CWindow: HEIGHT (int): ウィンドゥ高さ """ - WIDTH = 1024 - HEIGHT = 768 + WIDTH = 480 + HEIGHT = 360 class Broadcast: