Skip to content

Commit 3cfc344

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f81775f + 838a690 commit 3cfc344

File tree

4 files changed

+79
-3
lines changed

4 files changed

+79
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919
fetch-depth: 0
@@ -38,4 +38,3 @@ jobs:
3838
echo "$dfs" | grep '^games/l10n/[^/]*$' | while read -r i; do
3939
./scripts/lint.sh game-l10n "$i"
4040
done
41-

assets/Abandoned/thumbnail.png

65.8 KB
Loading

games/Abandoned.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Abandoned / 废物:当祂回到乐园
2+
3+
brief-description: |
4+
破碎乐园的忒修斯之船。
5+
6+
description: |
7+
只需要鼠标的脱线解谜。
8+
你是由废物组成的谜之生物,要拯救这个由废物组成的乐园。
9+
Change your body,not your soul.
10+
11+
游戏类型:点触解谜
12+
操作方式:鼠标点击、拖动
13+
开发团队:超级野菜
14+
15+
《废物:当祂回到乐园》是一款以鼠标点击为主的点触解谜小游戏~讲述了一个无厘头的小童话,主角要把自己身上的废物部件变废为宝,最终拯救乐园。解谜也更接近于脑筋急转弯,非常的脱线和有趣!
16+
大家可以在评论区讨论留下游玩感想!
17+
18+
下载链接:https://share.feijipan.com/s/5hCMmxLs?code=FEI5
19+
[如下载后运行游戏出现系统提示,请点击运行]
20+
21+
22+
description-format: markdown
23+
24+
authors:
25+
- name: Robbyrommy
26+
role: [ producer , screenwriter ]
27+
- name: 猫猫头术士
28+
role: [ screenwriter ]
29+
- name: Carbontea
30+
role: [ producer ]
31+
- name: 拌拌饭
32+
role: [ animation ]
33+
- name: 火鸡头
34+
role: [ artist ]
35+
- name: 提尔纳诺
36+
role: [ artist ]
37+
- name: 扶薪捏
38+
role: [ artist ]
39+
- name: 劉捌樂
40+
role: [ artist ]
41+
- name: 超级野菜
42+
role: [ producer ]
43+
44+
tags:
45+
type:
46+
- puzzle
47+
- fantasy
48+
lang:
49+
- zh
50+
platform:
51+
- windows
52+
publish:
53+
- website
54+
misc:
55+
- pixel-art
56+
- freeware
57+
species:
58+
- mixed
59+
60+
links:
61+
- name: .demo-version
62+
uri: https://share.feijipan.com/s/61CFywZk?code=FEI5
63+
64+
thumbnail: thumbnail.png
65+
66+
screenshots:
67+
- https://image.gcores.com/7c1219dcb019b604b2a8b7e197edc13e-1896-1066.jpg
68+
- https://image.gcores.com/f2d09973728897cda71d5edb7db3989d-1896-1066.jpg
69+
- https://image.gcores.com/49731288a36994720bb0dcf7875b63ad-1896-1066.jpg
70+
- https://image.gcores.com/b5a2f392adca9d4ec1b9922f03dc3c56-1896-1066.jpg
71+
- https://image.gcores.com/88c98d843cae930144bfa187595ab74e-1896-1066.jpg

templates/peafowl-private/footer.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a href="https://github.com/FurryGamesIndex/games" title="{{ ui.index_link_github }}">
1616
{{ ifac.site_icon("github") }}
1717
</a>
18-
<a href="mailto:list@furrygames.top" title="list@furrygames.top">
18+
<a id="email-link" href="javascript:void(0)" title="Contact us">
1919
{{ ifac.misc_icon("email") }}
2020
</a>
2121
<a href="https://t.me/FurryGamesIndex" title="{{ ui.index_link_tg }}">
@@ -30,3 +30,9 @@
3030
</section>
3131
</footer>
3232
<script src="{{ res(rr, [ 'scripts', 'base.js' ]) }}"></script>
33+
<script>
34+
const user = "list";
35+
const domain = "furrygames.top";
36+
document.getElementById("email-link").href = `mailto:${user}@${domain}`;
37+
document.getElementById("email-link").title = `${user}@${domain}`;
38+
</script>

0 commit comments

Comments
 (0)