diff --git a/src/assets/Design/castel waylongroad.png b/src/assets/Design/wayland.png similarity index 100% rename from src/assets/Design/castel waylongroad.png rename to src/assets/Design/wayland.png diff --git a/src/css/game.css b/src/css/game.css index e69de29..de222db 100644 --- a/src/css/game.css +++ b/src/css/game.css @@ -0,0 +1,47 @@ +.container-third .bg{ + width: 100%; + height: 100dvh; +} + +.container-third .bg{ + position: relative; +} + +.container-third .anm { + font-size: 100px; + background-size: cover; + position: absolute; + top: 100px; + text-align: center; + width: 100%; + display: none; +} + +.container-third .bg img{ + width: 100%; + position: absolute; + bottom: 0; + image-rendering: pixelated; + background-repeat: no-repeat; + background-size: cover; +} + +.container-third .hero img{ + width: 150px; + position: absolute; + bottom: 100px; + left: 50px; + image-rendering: pixelated; + background-repeat: no-repeat; + background-size: cover; +} + +.container-third .boss img{ + width: 300px; + position: absolute; + bottom: 100px; + right: 50px; + image-rendering: pixelated; + background-repeat: no-repeat; + background-size: cover; +} \ No newline at end of file diff --git a/src/game/firstperson.html b/src/game/firstperson.html index e69de29..4c0e320 100644 --- a/src/game/firstperson.html +++ b/src/game/firstperson.html @@ -0,0 +1,11 @@ + + +
+ + +
+
+
+