Skip to content

Commit 4d4df07

Browse files
committed
I forgot we renamed that
1 parent f449ffd commit 4d4df07

8 files changed

Lines changed: 31 additions & 31 deletions

File tree

‎AGENTS.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following routes are stable and must remain available:
7272
- `/feedback`
7373
- `/games`
7474
- `/games/obby-of-dominance`
75-
- `/games/sacred-cubes`
75+
- `/games/sacred-remains`
7676
- `/rules`
7777
- `/sitemap`
7878
- `/staff`

‎_data/departments.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ unity:
1818
staff_department: Unity
1919
en-us:
2020
name: Unity Department
21-
bio: Responsible for Unity games and applications such as Sacred Cubes. This includes playtesting, bug reporting, and development of new features.
21+
bio: Responsible for Unity games and applications such as Sacred Remains. This includes playtesting, bug reporting, and development of new features.
2222
zh-cn:
2323
name: Unity部门
24-
bio: 负责Unity游戏和应用程序,例如Sacred Cubes。这包括游戏测试、错误报告和新功能的开发。
24+
bio: 负责Unity游戏和应用程序,例如Sacred Remains。这包括游戏测试、错误报告和新功能的开发。
2525
ja-jp:
2626
name: Unity部門
27-
bio: Sacred CubesなどのUnityゲームやアプリケーションを担当しています。プレイテスト、不具合報告、新機能の開発などを行います。
27+
bio: Sacred RemainsなどのUnityゲームやアプリケーションを担当しています。プレイテスト、不具合報告、新機能の開発などを行います。
2828

2929
roblox:
3030
codename: rd

‎_data/games.yml‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
- slug: sacred-cubes
2-
codetitle: sacred-cubes
3-
path: /games/sacred-cubes
1+
- slug: sacred-remains
2+
codetitle: sacred-remains
3+
path: /games/sacred-remains
44
status: In development
5-
image: /assets/img/sacred-cubes.png
5+
image: /assets/img/sacred-remains.png
66
image_width: 1920
77
image_height: 1920
88
effect: true
99
engine: Unity
1010
language: C#
1111
debris:
12-
path: /assets/img/sacred-cubes-debris.png
12+
path: /assets/img/sacred-remains-debris.png
1313
scale: 1.5
1414
start-y: 20
1515
end-y: -10
1616
en-us:
17-
title: Sacred Cubes
18-
summary: More information about Sacred Cubes will be published as development progresses.
17+
title: Sacred Remains
18+
summary: More information about Sacred Remains will be published as development progresses.
1919
zh-cn:
20-
title: Sacred Cubes
21-
summary: 随着开发的进行,将发布有关 Sacred Cubes 的更多信息。
20+
title: Sacred Remains
21+
summary: 随着开发的进行,将发布有关 Sacred Remains 的更多信息。
2222
ja-jp:
23-
title: Sacred Cubes
24-
summary: 開発の進捗に合わせて、Sacred Cubesの詳細情報を公開します。
23+
title: Sacred Remains
24+
summary: 開発の進捗に合わせて、Sacred Remainsの詳細情報を公開します。
2525

2626
- slug: obby-of-dominance
2727
codetitle: obby-of-dominance

‎_data/staff.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ isaacaxolotl:
3232
github: https://github.com/ilikecereal1
3333
en-us:
3434
name: Isaac
35-
role: Co-Director of Sacred Cubes
36-
bio: The co-director of Sacred Cubes, responsible for this website 'cause Peter asked me to change it.
35+
role: Co-Director of Sacred Remains
36+
bio: The co-director of Sacred Remains, responsible for this website 'cause Peter asked me to change it.
3737
zh-cn:
3838
name: Isaac
39-
role: Sacred Cubes的联合总监
40-
bio: Sacred Cubes的联合总监,负责这个网站,因为Peter让我改一下。
39+
role: Sacred Remains的联合总监
40+
bio: Sacred Remains的联合总监,负责这个网站,因为Peter让我改一下。
4141
ja-jp:
4242
name: Isaac
43-
role: Sacred Cubes共同ディレクター
44-
bio: Sacred Cubesの共同ディレクターです。Peterに頼まれたため、このウェブサイトを担当しています。
43+
role: Sacred Remains共同ディレクター
44+
bio: Sacred Remainsの共同ディレクターです。Peterに頼まれたため、このウェブサイトを担当しています。
4545

4646
staff-minecraft:
4747
department: "Minecraft"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: page
3-
title: Sacred Cubes
4-
id: sc
5-
permalink: /games/sacred-cubes
6-
description: Development information for Sacred Cubes by PWindows.
7-
game: sacred-cubes
3+
title: Sacred Remains
4+
id: sr
5+
permalink: /games/sacred-remains
6+
description: Development information for Sacred Remains by PWindows.
7+
game: sacred-remains
88
---
99

1010
{% assign game = site.data.games | where: "slug", page.game | first %}

‎pages/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h2>{{ site.data.translations[site.active_lang].index.projects.game-studio.title
244244
<p>
245245
{{ site.data.translations[site.active_lang].index.projects.game-studio.text-1 }}
246246
<a
247-
href="{{ '/games/sacred-cubes' | relative_url}}"
247+
href="{{ '/games/sacred-remains' | relative_url}}"
248248
class="link-yellow-sec"
249249
>
250250
{{site.data.translations[site.active_lang].index.projects.game-studio.link-sc}}

‎pages/staff/isaacaxolotl.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: staff
33
title: Isaac
44
permalink: /staff/isaacaxolotl
5-
description: Meet Isaac, the co-director of Sacred Cubes and a contributor to the PWindows website.
6-
intro: Co-Director of Sacred Cubes
5+
description: Meet Isaac, the co-director of Sacred Remains and a contributor to the PWindows website.
6+
intro: Co-Director of Sacred Remains
77
staff: isaacaxolotl
88
---

‎tools/verify-site.rb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/feedback
2828
/games
2929
/games/obby-of-dominance
30-
/games/sacred-cubes
30+
/games/sacred-remains
3131
/rules
3232
/sitemap
3333
/staff
@@ -57,7 +57,7 @@
5757
/departments/unity
5858
/games
5959
/games/obby-of-dominance
60-
/games/sacred-cubes
60+
/games/sacred-remains
6161
/rules
6262
/sitemap
6363
/staff

0 commit comments

Comments
 (0)