Skip to content

Commit

Permalink
0.0.30-rc.1 封面只在首页展示,修复暗色的 CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
gledos committed Jun 7, 2022
1 parent c942ad4 commit 3a9683e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
26 changes: 16 additions & 10 deletions nt3club_game.ink
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VAR background = 0

=== start ===

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

~ background = RANDOM(1, 3)

Expand Down Expand Up @@ -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 ===

Expand Down Expand Up @@ -165,10 +175,6 @@ gledos
# CLASS: menu_title
已解锁结局

{ obtained_ending < 1 :
目前似乎没有解锁结局。
}

+ {obtained_ending("sleeping")} 睡美人
+ {obtained_ending("yuki")} 汤化雪
病历条目:忌冲热水凉、泡热水澡。
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ body.dark {
color: white;
}

.dark p{
color: white;
}

.dark h2 {
color: #666;
}
Expand Down

0 comments on commit 3a9683e

Please sign in to comment.