Mr. TurTur
Newbie
- Jun 12, 2020
- 98
- 86
This is the code I use to rotate my namebox.
It works, but each name has a slightly different position.
I think it is related to the length of the name.
Does anyone have an idea how I can fix this?
I thought it might be about the nameboxs rotation point relative to the textbox.
It works, but each name has a slightly different position.
I think it is related to the length of the name.
Does anyone have an idea how I can fix this?
Python:
transform NameRotation:
rotate -5
screen say(who, what):
style_prefix "say"
window:
id "window"
if who is not None:
window:
id "namebox"
style "namebox"
text who id "who" at NameRotation
text what id "what"
I thought it might be about the nameboxs rotation point relative to the textbox.


