We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65c730 commit 9fb3027Copy full SHA for 9fb3027
1 file changed
src/routes/game/components/ScrapPile.vue
@@ -219,7 +219,7 @@ function openDialog(e) {
219
transition: transform var(--duration-fast) ease-in;
220
}
221
222
- // Psuedo-random rotation+translation of cards in the pile
+ // Pseudo-random rotation+translation of cards in the pile
223
@for $i from 0 through 10 {
224
& .scrap-card-#{$i} {
225
$rotation: sin($i * 30) * 8deg; /* sin(degrees) returns -1 to 1 */
0 commit comments