Skip to content

Commit e2b00d4

Browse files
recommend: add motion smoothing
1 parent 9eb0967 commit e2b00d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/celemod-ui/src/resources/RecommendModData.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import _i18n from "src/i18n";
22
export const _functionalMods = () =>
33
[
4+
{
5+
name: "Motion Smoothing",
6+
description: _i18n.t("解锁帧率限制,开启丝滑游戏体验(不会影响手感)"),
7+
download_url:
8+
"https://celeste.weg.fan/api/v2/download/mods/MotionSmoothing",
9+
},
410
{
511
name: "Collab Lobby UI",
612
description: _i18n.t("在大地图中按 M 显示 Collab 地图选择器"),

0 commit comments

Comments
 (0)