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

[PSP][Choose Deck Menu]"More info" menu shows weird green lines #553

Open
GoogleCodeExporter opened this issue Feb 2, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Start a game, instead of selecting your deck, press triangle to show the 
advanced info. There should be a brownish/redish menu showing up. instead, 
weird green lines appear.

I think it could be the encoding of the png files causing this.

Original issue reported on code.google.com by wagic.the.homebrew@gmail.com on 7 Dec 2010 at 1:09

@GoogleCodeExporter
Copy link
Author

no.  I think I actually added a green border to the advanced info to have it 
sort of stand out and not blend into the black background.  I'll double check.  
My initial thought if you recall was to actually draw a border using graphics 
around it, which resulted in a cache crashes.  I think the green border was put 
in to accent it.  
In SimplePopup.cpp I use this for the border:

    r->DrawRoundRect(mX, mY, mWidth, textHeight, 2.0f, ARGB( 255, 125, 255, 0) );

Please edit it how you like.  I'm not as good with colors schemes as you know. 
:)  I was trying to do a drop shadow kinda of look, now that I think about it.  
It stands out to me.  I'm glad it piqued your interest as I now know it doesn't 
just blend in.


Original comment by techdragon.nguyen@gmail.com on 7 Dec 2010 at 4:57

@GoogleCodeExporter
Copy link
Author

I see. It could be that the round rectangle is overwritten by something else, 
because what I saw was not a round rectange, but 2 vertical lines. So maybe the 
rectangle gets overwritten by the text or something similar.

I'll have a look :) 

Original comment by wagic.the.homebrew@gmail.com on 7 Dec 2010 at 5:02

@GoogleCodeExporter
Copy link
Author

i see 2 green lines, not a rectangle.

Original comment by omegabla...@gmail.com on 7 Dec 2010 at 6:14

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

No branches or pull requests

1 participant