idk
This commit is contained in:
parent
6a5addb383
commit
ac3802e8fb
11 changed files with 1542 additions and 59 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue