Sword pattern (#1283)

## Description:

Add a sword pattern for donors.


![image](https://github.com/user-attachments/assets/f028ce58-20ed-4eb1-a8a5-35a2ebbb55fd)

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors
This commit is contained in:
Scott Anderson
2025-06-27 00:23:49 -04:00
committed by GitHub
parent 1ea8bf2128
commit 82deb77f1a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -32,6 +32,10 @@
"name": "horizontal_stripes",
"role_group": "donor"
},
"AHI4AOAAkACIAEQAIgARjAhUBCgCKAHQACgB1AILAwUABwA": {
"name": "sword",
"role_group": "donor"
},
"AHE4AQEAAAAAAAAAAAAAAAAAAAEBAAAAAAAAAAAAAAAAAAA": {
"name": "sparse_dots",
"role_group": "donor"
+1
View File
@@ -490,6 +490,7 @@
"cross": "Cross",
"mini_cross": "Mini Cross",
"horizontal_stripes": "Horizontal Stripes (Alt)",
"sword": "Sword",
"sparse_dots": "Sparse Dots",
"evan": "Evan",
"diagonal_stripe": "Diagonal Stripe",