It looks like you're new here. If you want to get involved, click one of these buttons!
local shadowText=TextWrap.new("Text with Shadow",500,"center",nil,font) shadowText:setTextColor(0xffffff) shadowText:setShadow(3,3,0x000000,0.4) stage:addChild(shadowText) |
Likes: pie, ar2rsawseen, muro