Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: Manual do Fliperama on February 13, 2021, 01:33:12 PM

Title: Rotate the text
Post by: Manual do Fliperama on February 13, 2021, 01:33:12 PM
I need to rotate a text for my Pinball theme, but I'm not getting it. Can someone help me?

Eu preciso rotacionar um texto para meu tema de Pinball, mas não estou conseguindo. Alguém pode me ajudar?

(https://i.imgur.com/x7LR0BM.jpg)
Title: Re: Rotate the text
Post by: jedione on February 15, 2021, 06:26:20 AM
Code: [Select]
local text = fe.add_text( "wellow world", 0, 0, 300, 800 );
text.charsize = 27;
text.rotation = 90;