new style for dialog roll and remove console.log debuggers (#272)

* new style for dialog roll and remove console.log debuggers

* enhance advantage logic
This commit is contained in:
Murilo Brito 2025-07-05 14:34:42 -03:00 committed by GitHub
parent 0add5f369e
commit 41181f19f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 682 additions and 233 deletions

View file

@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 40 100 100" width="64" height="64">
<defs>
<linearGradient id="gold-gradient" gradientUnits="userSpaceOnUse" x1="320" y1="520" x2="380" y2="620">
<stop offset="3%" stop-color="#40A640"/>
<stop offset="85%" stop-color="#011B01"/>
</linearGradient>
</defs>
<g>
<g transform="translate(-242.40981,-473.89862)">
<path fill="url(#gold-gradient)" d="M293.527,582.264l38.894-67.597l39.229,67.261L293.527,582.264z"/>
<path fill="url(#gold-gradient)" d="M291.304,581.946l-0.562-38.354l39.36-29.039L291.304,581.946z"/>
<path fill="url(#gold-gradient)" d="M373.477,581.529l0.6-37.685l-39.565-29.314L373.477,581.529z"/>
<path fill="url(#gold-gradient)" d="M332.421,613.268l-38.894-29.016l78.122-0.621L332.421,613.268z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 914 B