From 3a9683eb51c2b9953b550033bd40ee804ed03eca Mon Sep 17 00:00:00 2001 From: gledos Date: Tue, 7 Jun 2022 10:38:36 +0800 Subject: [PATCH] =?UTF-8?q?0.0.30-rc.1=20=E5=B0=81=E9=9D=A2=E5=8F=AA?= =?UTF-8?q?=E5=9C=A8=E9=A6=96=E9=A1=B5=E5=B1=95=E7=A4=BA=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=9A=97=E8=89=B2=E7=9A=84=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nt3club_game.ink | 26 ++++++++++++++++---------- style.css | 4 ++++ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/nt3club_game.ink b/nt3club_game.ink index e9cef62..7312f0c 100644 --- a/nt3club_game.ink +++ b/nt3club_game.ink @@ -17,7 +17,7 @@ VAR background = 0 === start === -风之痕 0.0.30{extension:-扩展分支} +风之痕 0.0.30-rc.1{extension:-扩展分支} ~ background = RANDOM(1, 3) @@ -50,11 +50,21 @@ VAR background = 0 (游戏已添加音效,请注意音量。) } -+ [开始游戏] -> episode_1 -+ [已解锁结局] -> endings -+ [设置] -> setting -+ [关于游戏] -> about -+ [开发者模式] -> debug_mod ++ [开始游戏] + # BACKGROUND: + -> episode_1 ++ [已解锁结局] + # BACKGROUND: + -> endings ++ [设置] + # BACKGROUND: + -> setting ++ [关于游戏] + # BACKGROUND: + -> about ++ [开发者模式] + # BACKGROUND: + -> debug_mod === about === @@ -165,10 +175,6 @@ gledos # CLASS: menu_title 已解锁结局 -{ obtained_ending < 1 : - 目前似乎没有解锁结局。 -} - + {obtained_ending("sleeping")} 睡美人 + {obtained_ending("yuki")} 汤化雪 病历条目:忌冲热水凉、泡热水澡。 diff --git a/style.css b/style.css index f780a8e..997aeda 100644 --- a/style.css +++ b/style.css @@ -267,6 +267,10 @@ body.dark { color: white; } +.dark p{ + color: white; +} + .dark h2 { color: #666; }