This commit is contained in:
Asaki Yuki 2026-01-18 12:39:40 +07:00
parent 6a5addb383
commit ac3802e8fb
11 changed files with 1542 additions and 59 deletions

View file

@ -1,7 +1,9 @@
import { Extends, GlobalVariables, Modify } from ".."
import { Anchor, Modify, Properties } from ".."
const vanilla = Modify("anvil_pocket", "slots_panel").setProperties({
const vanilla = Modify("authentication_modals", "ad_modal_dialog").setProperties({
ignored: true,
anchor: Anchor.CENTER,
offset: [10, 10],
})
console.log(vanilla.path)
console.log(vanilla)