Skip to content

Commit

Permalink
New chat overlay font style
Browse files Browse the repository at this point in the history
Adjusts the chat overlay font to look like on other servers..
  • Loading branch information
savethetreez committed Jan 25, 2024
1 parent 3bed1de commit ff1665b
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 ff1665b

Please sign in to comment.