Added Blast off and ship sprite for cursor

This commit is contained in:
2025-10-31 00:06:07 -05:00
parent 62fe7c0816
commit f4ef4ab472
6 changed files with 2 additions and 2 deletions

BIN
media/Art/BlastOff.aseprite Normal file

Binary file not shown.

BIN
media/Art/BlastOff.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

BIN
media/Art/Ship.aseprite Normal file

Binary file not shown.

BIN
media/Art/Ship.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

View File

@ -6,7 +6,7 @@
body{
background-image: url("/media/Art/EmptySpace.png");
background-size: 6%;
cursor: url("/media/Art/comet.png");
cursor: url("/media/Art/Ship.png");
color: rgb(4, 255, 138);
text-align: center;

View File

@ -25,7 +25,7 @@ ul{
}
a{
cursor:crosshair;
cursor: url("/media/Art/BlastOff.png");
}
#introtitle{