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

Spells #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Spells #9

wants to merge 3 commits into from

Conversation

riftEmber
Copy link

@riftEmber riftEmber commented May 19, 2016

I overwrote everything previously on this branch because of graphics rewrite

@riftEmber riftEmber force-pushed the spells branch 3 times, most recently from 7222f2b to c79c8df Compare May 27, 2016 15:33
if (node.getOwner() == -3) {
Color purple = new Color(0x420666);
for (int circle = GameConstants.HOUSE_NUM_CIRCLES - 1; circle >= 0; circle--) {
style.color = ((circle % 2 == 0) ? Color.BLUE : purple);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably use two styles and switch between those. This way doesn't look very good.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, that style was for a different circle.

@vpzomtrrfrt
Copy link
Member

I have a nice energy bar now

Tony Brar and others added 3 commits June 2, 2016 15:07
I overwrote everything previously on this branch because of graphics
rewrite
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

Successfully merging this pull request may close these issues.

2 participants