Commit 01e0ece4 authored by Nemo Ma's avatar Nemo Ma

Adding AT symbol support in card names

because VRAINS made that a thing.
Requested by MBraduljica
#2833
parent 91bcc1a9
...@@ -40,6 +40,9 @@ symbol: ...@@ -40,6 +40,9 @@ symbol:
symbol: symbol:
code: * code: *
image: dot.png image: dot.png
symbol:
code: @
image: at.png
############################################################## ##############################################################
# Insert-symbol menu # Insert-symbol menu
...@@ -53,4 +56,5 @@ insert symbol menu: ...@@ -53,4 +56,5 @@ insert symbol menu:
item: ] item: ]
item: ~ item: ~
item: ? item: ?
item: * item: *
\ No newline at end of file item: @
\ No newline at end of file
...@@ -16,7 +16,7 @@ symbol: ...@@ -16,7 +16,7 @@ symbol:
image: rightbracket.png image: rightbracket.png
symbol: symbol:
code: @ code: @
image: infinity.png image: at.png
image font size: 25 image font size: 25
symbol: symbol:
code: ? code: ?
...@@ -37,6 +37,10 @@ symbol: ...@@ -37,6 +37,10 @@ symbol:
code: R code: R
image: reverse1.png image: reverse1.png
image font size: 25 image font size: 25
symbol:
code: ¢
image: infinity.png
image font size: 25
############################################################## ##############################################################
# Insert-symbol menu # Insert-symbol menu
...@@ -44,6 +48,7 @@ insert symbol menu: ...@@ -44,6 +48,7 @@ insert symbol menu:
item: [ item: [
item: ] item: ]
item: @ item: @
item: ¢
item: ? item: ?
item: * item: *
item: X item: X
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment