add vp symbols

This commit is contained in:
Dylan Pizzo
2025-01-07 08:10:47 -08:00
parent 6213eda240
commit 3adf3bf76d
4 changed files with 94 additions and 154 deletions

View File

@@ -59,6 +59,14 @@ const imageList = [
key: "potion",
src: "/static/assets/Potion.png",
},
{
key: "vp",
src: "/static/assets/VP.png",
},
{
key: "vp-token",
src: "/static/assets/VP-Token.png",
},
];
export const loadImages = async () => {