bought deltarune

This commit is contained in:
2025-10-13 21:15:18 +03:00
parent 08d59dd074
commit 4baf29d53e

View File

@@ -49,8 +49,9 @@ import { getRegretevatorState } from "../lib/RegretevatorUtil";
*/ */
const windowcClassFriendyName: {[windowClass: string]: string} = { const windowcClassFriendyName: {[windowClass: string]: string} = {
"steam_app_1671210": "Deltarune",
"org.vinegarhq.Sober": "Roblox", "org.vinegarhq.Sober": "Roblox",
"steam_app_1690940": "Deltarune" "steam_app_1690940": "Deltarune", // demo
} }
async function getWMClass(): Promise<string> { async function getWMClass(): Promise<string> {