29. I mean, especially after your exchange with her yesterday...YOU KIND OF LEFT HER HANGING THIS MORNING,YOU KNOW? 这句话 是Monika在晴天娃娃一早说的 这里的Hanging是个双关 在英文中 Hanging可以指“等待着某人/某物” 也可以指所谓”吊着“ 意思不言而喻(
另:晴天娃娃源代码 $ persistent.playthrough = 1 $ persistent.anticheat = renpy.random.randint(100000, 999999) $ delete_character("sayori") $ in_sayori_kill = True window hide(None) window auto play music td show s_kill_bg2 show s_kill2 show s_kill_bg as s_kill_bg at s_kill_bg_start show s_kill as s_kill at s_kill_start pause 3.75 show s_kill_bg2 as s_kill_bg show s_kill2 as s_kill pause 0.01 show screen tear(20, 0.1, 0.1, 0, 40) play sound "sfx/s_kill_glitch1.ogg" pause 0.25 stop sound hide screen tear hide s_kill_bg hide s_kill show s_kill_bg_zoom zorder 1 show s_kill_bg2_zoom zorder 1 show s_kill_zoom zorder 3 show s_kill2_zoom zorder 3 show s_kill as s_kill_zoom_trans zorder 3: truecenter alpha 0.5 zoom 2.0 xalign 0.5 yalign 0.05 pause 0.5 dizzy(1, 1.0) pause 2.0 show noise zorder 3: alpha 0.0 linear 3.0 alpha 0.25 show vignette zorder 3: alpha 0.0 linear 3.0 alpha 0.75 pause 1.5 show white zorder 2 show splash_glitch zorder 2 pause 1.5 show screen tear(20, 0.1, 0.1, 0, 40) play sound "sfx/s_kill_glitch1.ogg" pause 0.2 stop sound hide screen tear pause 4.0 show screen tear(20, 0.1, 0.1, 0, 40) play sound "sfx/s_kill_glitch1.ogg" pause 0.2 stop sound hide screen tear hide splash_glitch show splash_glitch2 zorder 2 show splash_glitch_m zorder 2 show splash_glitch_n zorder 2 show splash_glitch_y zorder 2 pause 0.75 hide white hide splash_glitch2 hide splash_glitch_m hide splash_glitch_n hide splash_glitch_y python: try: sys.modules['renpy.error'].report_exception("Oh jeez...I didn't break anything, did I? Hold on a sec, I can probably fix this...I think...\nActually, you know what? This would probably be a lot easier if I just deleted her. She's the one who's making this so difficult. Ahaha! Well, here's goes nothing.", False) except: pass pause 6.0