made the cursors, now for the hard part
|
@ -28,7 +28,8 @@ const cursors = [
|
||||||
"self_link",
|
"self_link",
|
||||||
"vriska_egg",
|
"vriska_egg",
|
||||||
"easter_eggbug",
|
"easter_eggbug",
|
||||||
"mystery",
|
// such a cool idea to have the map hidden as a cursor :D
|
||||||
|
"concept",
|
||||||
] as const;
|
] as const;
|
||||||
type Cursor = (typeof cursors)[number];
|
type Cursor = (typeof cursors)[number];
|
||||||
|
|
||||||
|
|
BIN
static/cursor-fun/down.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/cursor-fun/easter_eggbug.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
static/cursor-fun/left.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/cursor-fun/right.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/cursor-fun/self_link.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
static/cursor-fun/up.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/cursor-fun/vriska_egg.png
Normal file
After Width: | Height: | Size: 3.2 KiB |