-
Notifications
You must be signed in to change notification settings - Fork 19
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
Burrito icon overlaping tradingpost #219
Comments
This issue should be in the most recent stable release, that release was cut specifically for the issue. If there is a bug and it is not working for some reason then we will try to address it. Can you attach:
|
Maybe it's worth mentioning, that everything else (e.g. range indicator or markers) is where it is supposed to be. I'm launching the burrito-link standalone executable with a script generated bey lutris as explained in the instructions.
|
From this info there is a 99% chance it is If you are feeling ambitious you can hack this for yourself. All you will need to do is reexport the overlay executable itself after making an edit, you can reuse the other libraries you already downloaded without rebuilding them. I think you will need to adjust this line but I am not 100% sure about that. Here are the instructions to export it yourself entirely through the command line. You can also just download godot 3.3.2 and export it manually, all the export settings are preconfigured and there are instructions online for how to export godot projects in general. Our priority right now is trying to finish #64 by the end of the year, so dont expect much from us in way of prioritizing this before then. That said, I will happily review a pr for dynamic ui-size adjustments from you or anyone else. The value that will need to be read is |
I am going to close this as a duplicate of #16 . If this is not actually the issue feel free to re-open it. If you have any quick questions about this manual fix I can try to help but I wont be able to walk you through it more then the guidance above, someone else might though. |
You are absolutely right, the problem here is that the burrito icon doesn't adjust itself to the interface scale. I will ope a draft PR to see if you think it's usable. |
I've installed the latest release available here on Github (Alpha 1.4) and noticed that the burrito icon overlaps the tradingpost icon.
This confuses me because there is already a merged PR to fix this #156 .
I'm not sure what to do now, do I need to build burrito myself from master to get this fix?
The text was updated successfully, but these errors were encountered: