guild banner updates

This commit is contained in:
MathMan05
2025-03-14 14:11:16 -05:00
parent d1d72451e4
commit 526974873b
5 changed files with 80 additions and 9 deletions

View File

@@ -153,7 +153,7 @@ class Contextmenu<x, y> {
addSeperator(visable?: (obj1: x, obj2: y) => boolean) {
this.buttons.push(new Seperator(visable));
}
private makemenu(x: number, y: number, addinfo: x, other: y) {
makemenu(x: number, y: number, addinfo: x, other: y) {
const div = document.createElement("div");
div.classList.add("contextmenu", "flexttb");