Skip to content

Commit ea016f1

Browse files
committed
0.1.0 无背景,黑色主题
1 parent 3a9683e commit ea016f1

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

nt3club_game.ink

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# title: 风之痕
22
# author: NT3 Games
3-
# theme: light
3+
# theme: dark
44
// 游戏地址:https://tracewindgame.netlify.app //
55
// 流程图:https://hackmd.io/H3N_GcVcRAW5zvNTY41Kzg?view
66

@@ -11,24 +11,12 @@ INCLUDE extern_function.ink
1111
VAR extension = false
1212
VAR sound = false
1313
VAR splash = 0
14-
VAR background = 0
1514

1615
-> start
1716

1817
=== start ===
1918

20-
风之痕 0.0.30-rc.1{extension:-扩展分支}
21-
22-
~ background = RANDOM(1, 3)
23-
24-
{ background :
25-
- 1: # BACKGROUND: images/粉色.png
26-
- 2: # BACKGROUND: images/蓝色.png
27-
- 3: # BACKGROUND: images/绿色.png
28-
- else: 错误
29-
}
30-
31-
# BACKGROUND: images/绿色M.jpg
19+
风之痕 0.1.0{extension:-扩展分支}
3220

3321
~ splash = RANDOM(1, 6)
3422

@@ -51,19 +39,14 @@ VAR background = 0
5139
}
5240

5341
+ [开始游戏]
54-
# BACKGROUND:
5542
-> episode_1
5643
+ [已解锁结局]
57-
# BACKGROUND:
5844
-> endings
5945
+ [设置]
60-
# BACKGROUND:
6146
-> setting
6247
+ [关于游戏]
63-
# BACKGROUND:
6448
-> about
6549
+ [开发者模式]
66-
# BACKGROUND:
6750
-> debug_mod
6851

6952
=== about ===

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ h2 {
118118

119119
p {
120120
font-size: 13pt;
121-
color: black;
121+
color: #212121;
122122
line-height: 1.7em;
123123
/* font-weight: lighter; */
124124
}
125125

126126
a {
127127
/* font-weight: 700; */
128-
color: black;
128+
color: #b97c2c;
129129
/* font-family: sans-serif; */
130130
transition: color 0.6s;
131-
131+
text-decoration: none;
132132
}
133133

134134
a:hover {
@@ -268,7 +268,7 @@ body.dark {
268268
}
269269

270270
.dark p{
271-
color: white;
271+
color: #ccc;
272272
}
273273

274274
.dark h2 {

0 commit comments

Comments
 (0)