From c2c5305f5cd1098bcfca7ed966d29fea1d14cb4b Mon Sep 17 00:00:00 2001 From: rtw1x1 Date: Sat, 27 Dec 2025 21:27:30 +0000 Subject: [PATCH] Update intrologo.py --- assets/root/intrologo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/root/intrologo.py b/assets/root/intrologo.py index 01e0186f..dc004de6 100644 --- a/assets/root/intrologo.py +++ b/assets/root/intrologo.py @@ -6,13 +6,13 @@ import wndMgr import uiScriptLocale import localeInfo -# ´ëºÎºÐÀÇ ½ÇÁ¦ ±¸ÇöÀº PythonApplicationLogo.cpp¿¡ ÀÖ´Ù. +# Most related code is in PythonApplicationLogo.cpp app.SetGuildMarkPath("test") class LogoWindow(ui.ScriptWindow): - # º¸¿© ÁÙ µ¿¿µ»ó ¸ñ·Ï (¹è¿­ ¼ø¼­´ë·Î º¸¿©ÁÜ) + # ���� �� ������ ��� (�迭 ������� ������) videoList = [] def __init__(self, stream): @@ -48,7 +48,7 @@ class LogoWindow(ui.ScriptWindow): app.HideCursor() - # ¿µ»ó Àç»ýÀÌ ºÒ°¡´ÉÇÑ È¯°æÀ̰ųª, ÆÄÀÏÀÌ Á¸ÀçÇÏÁö ¾Ê´Â °æ¿ì introLoginÀ¸·Î skip. + # Skip to introLogin if video playback is impossible or videos are not provided. def OnUpdate(self): if self.bNeedUpdate: if self.playingVideo == 0: