Added Blast off and ship sprite for cursor
This commit is contained in:
BIN
media/Art/BlastOff.aseprite
Normal file
BIN
media/Art/BlastOff.aseprite
Normal file
Binary file not shown.
BIN
media/Art/BlastOff.png
Normal file
BIN
media/Art/BlastOff.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 416 B |
BIN
media/Art/Ship.aseprite
Normal file
BIN
media/Art/Ship.aseprite
Normal file
Binary file not shown.
BIN
media/Art/Ship.png
Normal file
BIN
media/Art/Ship.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 228 B |
@ -6,7 +6,7 @@
|
|||||||
body{
|
body{
|
||||||
background-image: url("/media/Art/EmptySpace.png");
|
background-image: url("/media/Art/EmptySpace.png");
|
||||||
background-size: 6%;
|
background-size: 6%;
|
||||||
cursor: url("/media/Art/comet.png");
|
cursor: url("/media/Art/Ship.png");
|
||||||
color: rgb(4, 255, 138);
|
color: rgb(4, 255, 138);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,7 @@ ul{
|
|||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
cursor:crosshair;
|
cursor: url("/media/Art/BlastOff.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
#introtitle{
|
#introtitle{
|
||||||
|
|||||||
Reference in New Issue
Block a user