diff --git a/public/cursors/thanos-infinity-gauntlet/arrow.png b/public/cursors/thanos-infinity-gauntlet/arrow.png new file mode 100644 index 000000000..c7a9c5ea6 Binary files /dev/null and b/public/cursors/thanos-infinity-gauntlet/arrow.png differ diff --git a/public/cursors/thanos-infinity-gauntlet/pointer.png b/public/cursors/thanos-infinity-gauntlet/pointer.png new file mode 100644 index 000000000..77cd6bc49 Binary files /dev/null and b/public/cursors/thanos-infinity-gauntlet/pointer.png differ diff --git a/src/lib/cursor/cursorThemes.ts b/src/lib/cursor/cursorThemes.ts index dd6fa7cc0..fa66df4e2 100644 --- a/src/lib/cursor/cursorThemes.ts +++ b/src/lib/cursor/cursorThemes.ts @@ -60,6 +60,27 @@ export const CURSOR_THEMES: readonly CursorTheme[] = [ }, }, }, + { + id: "thanos-infinity-gauntlet", + name: "Thanos & Infinity Gauntlet", + source: "sweezy-cursors.com", + assets: { + arrow: { + assetPath: "cursors/thanos-infinity-gauntlet/arrow.png", + width: 32, + height: 32, + hotspotX: 0.5, + hotspotY: 4, + }, + pointer: { + assetPath: "cursors/thanos-infinity-gauntlet/pointer.png", + width: 32, + height: 32, + hotspotX: 14, + hotspotY: 3, + }, + }, + }, { id: "among-us-sus-knife-and-red-animated", name: "Among Us Sus Knife & Red Animated",