1 parent 9eb0967 commit e2b00d4Copy full SHA for e2b00d4
1 file changed
src/celemod-ui/src/resources/RecommendModData.ts
@@ -1,6 +1,12 @@
1
import _i18n from "src/i18n";
2
export const _functionalMods = () =>
3
[
4
+ {
5
+ name: "Motion Smoothing",
6
+ description: _i18n.t("解锁帧率限制,开启丝滑游戏体验(不会影响手感)"),
7
+ download_url:
8
+ "https://celeste.weg.fan/api/v2/download/mods/MotionSmoothing",
9
+ },
10
{
11
name: "Collab Lobby UI",
12
description: _i18n.t("在大地图中按 M 显示 Collab 地图选择器"),
0 commit comments