DevonStudios / LuaScripts

Many Lua scripts useful for RNG abusing in Pokémon games
GNU General Public License v3.0
43 stars 24 forks source link

Lua script for Gales look disordered #6

Closed Jellal93 closed 2 years ago

Jellal93 commented 2 years ago

Mayor thanks to @KapitalRoser for fixing the IV issue on party! Can confirm that Hidden Power is now displayed properly :)

It seems that the view is now a bit disordered and looks out of place. Just pulling this as @Real96 requested it. This is how it looks now. Was there supposed to be an alignment? image

KapitalRoser commented 2 years ago

Figured it out! Using Direct 3D 11 as your graphics backend throws off the alignment. Is there any reason you wouldn't want to use OpenGL? This explains why the behavior is present in the screenshots from the last issue. For comparison, this is how it is supposed to look when using OpenGL:

image