From e94026e5b01eef55877a77971605fd63281825c6 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 6 Apr 2015 17:37:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B9=20=D1=81=D1=86=D0=B5=D0=BD=D0=B0=D1=80=D0=B8=D0=B9=20?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=81=D0=BF=D1=80=D0=B0=D0=B9=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scripts/test_positions.rpy | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 assets/scripts/test_positions.rpy diff --git a/assets/scripts/test_positions.rpy b/assets/scripts/test_positions.rpy new file mode 100644 index 0000000..461ed93 --- /dev/null +++ b/assets/scripts/test_positions.rpy @@ -0,0 +1,12 @@ +$ day_time() +$ persistent.sprite_time = "day" +play music music_list["everlasting_summer"] +scene bg ext_square_day +show mz smile pioneer far at fright +show us grin sport far at fleft +show mt smile pioneer far at right +show mi smile pioneer far at left +show dv smile pioneer2 at cright +show sl smile pioneer at cleft +show un smile2 pioneer at center +all "Приглашаем тебя в Бесконечное Лето!" \ No newline at end of file