edit: ajout d'un overlay de texture

This commit is contained in:
2026-03-06 07:32:20 +01:00
parent e975f33232
commit 3c18e22e70
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
<title>vgaNAR6ta</title>
</head>
<body>
<img src="./overlay001.png" class="overlay">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

+10
View File
@@ -202,3 +202,13 @@ p{
.zTop .titleBtn:hover {
background-color: var(--light-color);
}
/*=====================Overlay*/
.overlay{
position: fixed;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.0333;
z-index:333;
}