Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textdrow click and select problem #441

Open
shorden opened this issue Sep 16, 2024 · 0 comments
Open

textdrow click and select problem #441

shorden opened this issue Sep 16, 2024 · 0 comments

Comments

@shorden
Copy link

shorden commented Sep 16, 2024

var tdPos = new Vector2(110.0, 205.0);
var td = new TextDraw(tdPos, "awd");
td.LetterSize = new Vector2(1,1);
td.UseBox = true;
td.BoxColor = Color.Red;
td.Width = 100;
td.Height = 20;
td.Font = TextDrawFont.Normal;
td.Selectable = true;
td.Show(player);

textdrow not selectable and box no show on text !!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant