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

Addition of the Ghost balloon #340

Merged
merged 10 commits into from
Oct 21, 2024
Merged

Addition of the Ghost balloon #340

merged 10 commits into from
Oct 21, 2024

Conversation

BanaantjeJowie
Copy link
Contributor

No description provided.

@SimonStnn SimonStnn self-assigned this Oct 1, 2024
@SimonStnn SimonStnn linked an issue Oct 1, 2024 that may be closed by this pull request
@@ -12,7 +12,7 @@ export default class Fast extends Default {
return {
...super.options,
imageUrl: 'balloon.svg',
riseDuration: [5000, 7500],
riseDuration: [2000, 4000],
Copy link
Owner

Choose a reason for hiding this comment

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

This is way to fast. Has this even been tested? It is not realistic for a user to be able to pop this. Keep the values at [4000, 6500].

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry

Comment on lines 6 to 8
0% { opacity: 0.1; }
50% { opacity: 0.7; }
100% { opacity: 0.1; }
Copy link
Owner

Choose a reason for hiding this comment

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

Set minimum opacity to 0.2.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done boss!


svg {
animation: fade 4s infinite;
}QA
Copy link
Owner

Choose a reason for hiding this comment

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

QA?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Was probably on accident

Comment on lines 15 to 16
swingDuration: [3, 4],
};
Copy link
Owner

Choose a reason for hiding this comment

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

Make the swing offset larger for the gost balloon. Could be more fitting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

offset is now 25

Copy link
Owner

@SimonStnn SimonStnn left a comment

Choose a reason for hiding this comment

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

Good work on the ghost balloon.

Don't forget to add it to the docs.

@SimonStnn SimonStnn linked an issue Oct 1, 2024 that may be closed by this pull request
100% { opacity: 0.1; }
}

svg {
Copy link
Owner

Choose a reason for hiding this comment

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

Use a more specific selector.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no

- more comments on ghost balloon.svg
- option changes to ghost.ts
resources/balloons/ghost/balloon.svg Outdated Show resolved Hide resolved
src/balloons/ghost.ts Outdated Show resolved Hide resolved
imageUrl: 'balloon.svg',
riseDuration: [15000, 20000],
swingDuration: [3, 4],
swingOffset: 25,
Copy link
Owner

Choose a reason for hiding this comment

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

Make the swingOffset bigger.

Suggested change
swingOffset: 25,
swingOffset: 25,

return {
...super.options,
imageUrl: 'balloon.svg',
riseDuration: [15000, 20000],
Copy link
Owner

Choose a reason for hiding this comment

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

The rise duration can be a bit longer

Suggested change
riseDuration: [15000, 20000],
riseDuration: [18000, 21000],

@SimonStnn SimonStnn changed the base branch from main to dev October 21, 2024 09:52
@SimonStnn SimonStnn merged commit c05f24e into SimonStnn:dev Oct 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Increase fast balloon speed Ghost balloon
2 participants