I want to add a drop shadow and/or stroke to my text but I’m unsure how to. This is my code:
InitUIElims(Player:player)<suspends>:void=
TextWidget : text_block = text_block{DefaultTextColor := NamedColors.Black}
NewCanvas : canvas = canvas:
Slots := array:
canvas_slot:
Widget := TextWidget
Anchors := anchors{ Minimum := vector2{ X := 0.07, Y := 0.66}, Maximum := vector2{ X := 0.07, Y := 0.66}}
SizeToContent := true