Grant Hur

Results 37 comments of Grant Hur

Also, I think you should make separate PRs for different (unrelated)issues.

> > Also, I think you should make separate PRs for different (unrelated)issues. > > Oh, you are right, but when I add a new feature, I find many bugs...

Meant to put it in another pull request. I will come back to this soon.

@bunny-therapist I was wrong: Look at the lines ``` if not texture_atlas: texture_atlas = arcade.get_window().ctx.default_atlas ``` It automatically does it

I do not think it is related to #1839 . The problem is that there is no second line at all if multiline is true.

The text fits into the box if you comment out `anchor_x="center",` But, the box is not in the middle if you do that.

I think I found the issue. If you increase the width, it moves the text even more: This is because line 1411 in layout.py in pyglet `return self._x - width...

According to caffinepills, it is not a bug, it is intended.

> Since the PR which deleted the lines was UI-related, does adding the lines back break anything UI-related? It seems to have been related to this commit, look at the...

Has anything been done on this? If not, I like DragonMoffon's idea of a game clock being split off. One way you could implement it for speed, is to have...