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

Make orb selection instant per OMSI request #1123

Merged
1 commit merged into from
Oct 28, 2019
Merged

Conversation

ghost
Copy link

@ghost ghost commented Oct 28, 2019

Can now click / tap / touch to select orb rather than needing to hold the orb. Gauge still shows and orb still flies! Ran through the whole game and worked like a dream

@ghost
Copy link
Author

ghost commented Oct 28, 2019

Resolves #1121

Copy link
Contributor

@DingoEatingFuzz DingoEatingFuzz left a comment

Choose a reason for hiding this comment

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

Looks good! Just had the one comment about a change in mechanics. Feel free to disregard and merge.

const { isActive } = this.state;
if (isActive) {
this.setState({ isComplete: true });
}
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like this changes the way the game works a bit. Now the item is captured immediately instead of after a second?

Probably unimportant, but figured I'd bring it up.

Copy link
Author

@ghost ghost Oct 28, 2019

Choose a reason for hiding this comment

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

It's captured the moment it's pressed rather than after a second. Code's a little weird, but it works.

@ghost ghost merged commit da949e1 into master Oct 28, 2019
@ghost ghost deleted the feature/tap-to-select branch October 28, 2019 22:29
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant