Improve gameplay and design

This commit is contained in:
schmelczerandras 2020-10-22 21:50:39 +02:00
parent af616042f3
commit 1d1bc6655c
15 changed files with 163 additions and 74 deletions

10
frontend/static/mask.svg Normal file
View file

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="000000" >
<defs>
<mask id="hole">
<rect width="100%" height="100%" fill="white"/>
<circle r="20" cx="50" cy="50" fill="black"/>
</mask>
</defs>
<rect width="100%" height="100%" fill="black" mask="url(#hole)"/>
</svg>

After

Width:  |  Height:  |  Size: 311 B