refac: 감찰부 500px 모드
This commit is contained in:
@@ -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();
|
||||
});
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user