This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloaded/src/ssr-config.js

8 lines
171 B
JavaScript
Raw Normal View History

2023-10-17 21:42:37 +01:00
export default {
2023-10-17 22:02:46 +01:00
name: "ScoreSaber Reloaded",
2023-10-17 22:03:04 +01:00
domain: "https://ssr.fascinated.cc",
2023-10-17 21:42:37 +01:00
2023-10-17 22:02:46 +01:00
leftSaberColor: "rgba(168,32,32,1)",
rightSaberColor: "rgba(32,100,168,1)",
};