From 3c90360b8c3be6d3d20eb562ab66bfcb07ee0385 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 4 May 2015 16:18:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=81=D1=86=D0=B5=D0=BD=D0=B0=D1=80=D0=B8?= =?UTF-8?q?=D1=8F=20=D1=81=20=D0=B0=D0=BD=D0=B8=D0=BC=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scripts/test_anim_effects.rpy | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/scripts/test_anim_effects.rpy b/assets/scripts/test_anim_effects.rpy index 666a7e4..c2ff3e0 100644 --- a/assets/scripts/test_anim_effects.rpy +++ b/assets/scripts/test_anim_effects.rpy @@ -15,6 +15,7 @@ scene anim intro_16 with fade +window hide $ renpy.pause(3, hard=True) @@ -39,7 +40,7 @@ stop ambience fadeout 2 window hide scene bg black with dissolve -play music music_list["goodbye_home_shores"] fadein 3 +play music "goodbye_home_shores" fadein 3 window show "Войдя в медпункт, я нащупал в темноте выключатель и включил свет." window hide @@ -51,8 +52,9 @@ with dissolve window show me "А медсестра позже придёт, да?" un "А она не придёт…" +stop music - +window hide $ renpy.pause(2, hard=True) @@ -86,6 +88,7 @@ hide un with dissolve hide sl with dissolve +window hide $ renpy.pause(2, hard=True) @@ -101,6 +104,7 @@ window show "Комната тут же озарилась ярким красным светом." +window hide $ renpy.pause(2, hard=True)