Author Topic: Rotate the text  (Read 2058 times)

Manual do Fliperama

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Rotate the text
« 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?

« Last Edit: February 13, 2021, 01:35:53 PM by Manual do Fliperama »

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: Rotate the text
« Reply #1 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;
help a friend....