This commit is contained in:
klikev 2024-09-01 20:05:11 +02:00
parent ba4bd93f03
commit d6cf544abc

View File

@ -26,6 +26,7 @@ body{
#fuchs { #fuchs {
position: relative; position: relative;
bottom: -400px; bottom: -400px;
z-index: 59;
} }
#fuchs img{ #fuchs img{
width: 200px; width: 200px;
@ -34,6 +35,7 @@ body{
} }
#enemy img{ #enemy img{
width: 220px; width: 220px;
z-index: 51;
} }
#enemy{ #enemy{
position: relative; position: relative;
@ -79,6 +81,7 @@ body{
padding-left: 100px; padding-left: 100px;
font-size: 30px; font-size: 30px;
width: 10%; width: 10%;
z-index: 59;
} }
#hitbox1, #hitbox2{ #hitbox1, #hitbox2{
width: 50px; width: 50px;