Use backing text for emphasis

This commit is contained in:
Emik 2025-03-23 22:47:53 +01:00
parent 58ccd7f0be
commit aaa04fecd5
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ return {
c_Roland_void = { c_Roland_void = {
name = "Void", name = "Void",
text = { text = {
"{C:red}Destroys {C:attention}all {}owned", "{C:red}Destroys {X:red,C:white}all{} owned",
"{C:attention}playing cards", "{C:attention}playing cards",
} }
} }

View file

@ -4,7 +4,7 @@
"name": "Roland", "name": "Roland",
"prefix": "Roland", "prefix": "Roland",
"author": ["Emik"], "author": ["Emik"],
"version": "1.0.1", "version": "1.0.2",
"badge_colour": "8BE9FD", "badge_colour": "8BE9FD",
"main_file": "src/main.lua", "main_file": "src/main.lua",
"badge_text_colour": "44475A", "badge_text_colour": "44475A",