Skip to content

Commit

Permalink
Merge pull request Civ13#2594 from savethetreez/popo
Browse files Browse the repository at this point in the history
New chat overlay font style
  • Loading branch information
savethetreez authored Jan 25, 2024
2 parents 1a9949f + ff1665b commit bd50a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/mob/living/chat_overlay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
message.maptext_width = TILE_SIZE*7
message.maptext_x = (maptext_width * -0.5)-TILE_SIZE*2.5
message.maptext_y = TILE_SIZE*1
message.maptext = "<center>[desired_text]</center>"
message.maptext = "<center><span style=\"font-family: 'Small Fonts'; -dm-text-outline: 1 black;\">[desired_text]</span></center>"
if(target)
target.images += message
target.overlay_cleaner(message)
Expand Down

0 comments on commit bd50a4b

Please sign in to comment.