Skip to content

Commit 3a9683e

Browse files
committed
0.0.30-rc.1 封面只在首页展示,修复暗色的 CSS
1 parent c942ad4 commit 3a9683e

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

nt3club_game.ink

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VAR background = 0
1717

1818
=== start ===
1919

20-
风之痕 0.0.30{extension:-扩展分支}
20+
风之痕 0.0.30-rc.1{extension:-扩展分支}
2121

2222
~ background = RANDOM(1, 3)
2323

@@ -50,11 +50,21 @@ VAR background = 0
5050
(游戏已添加音效,请注意音量。)
5151
}
5252

53-
+ [开始游戏] -> episode_1
54-
+ [已解锁结局] -> endings
55-
+ [设置] -> setting
56-
+ [关于游戏] -> about
57-
+ [开发者模式] -> debug_mod
53+
+ [开始游戏]
54+
# BACKGROUND:
55+
-> episode_1
56+
+ [已解锁结局]
57+
# BACKGROUND:
58+
-> endings
59+
+ [设置]
60+
# BACKGROUND:
61+
-> setting
62+
+ [关于游戏]
63+
# BACKGROUND:
64+
-> about
65+
+ [开发者模式]
66+
# BACKGROUND:
67+
-> debug_mod
5868

5969
=== about ===
6070

@@ -165,10 +175,6 @@ gledos
165175
# CLASS: menu_title
166176
已解锁结局
167177

168-
{ obtained_ending < 1 :
169-
目前似乎没有解锁结局。
170-
}
171-
172178
+ {obtained_ending("sleeping")} 睡美人
173179
+ {obtained_ending("yuki")} 汤化雪
174180
病历条目:忌冲热水凉、泡热水澡。

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ body.dark {
267267
color: white;
268268
}
269269

270+
.dark p{
271+
color: white;
272+
}
273+
270274
.dark h2 {
271275
color: #666;
272276
}

0 commit comments

Comments
 (0)