refac: 감찰부 500px 모드

This commit is contained in:
2022-04-15 02:00:51 +09:00
parent 2c016621b6
commit efb1664443
4 changed files with 112 additions and 75 deletions
+10
View File
@@ -0,0 +1,10 @@
import "@scss/battleCenter.scss";
import { auto500px } from "./util/auto500px";
import { insertCustomCSS } from "./util/customCSS";
import { htmlReady } from "./util/htmlReady";
auto500px();
htmlReady(() => {
insertCustomCSS();
});
+1
View File
@@ -5,6 +5,7 @@
"install_db": "install_db.ts",
"install": "install.ts",
"battle_simulator": "battle_simulator.ts",
"battleCenter": "battleCenter.ts",
"recent_map": "recent_map.ts",
"select_npc": "select_npc.ts",
"betting": "betting.ts",