Improve gameplay and design
This commit is contained in:
parent
af616042f3
commit
1d1bc6655c
15 changed files with 163 additions and 74 deletions
10
frontend/static/mask.svg
Normal file
10
frontend/static/mask.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue