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

Fix a bug where Actor with opacity=0 gets rendered and Add RandomTimer with a Variable duration and Sandbox Tests for Timers #1229

Closed
wants to merge 2 commits into from

Conversation

Moonstrous
Copy link

Closes: #396 and #875

Changes:

  • Added new RandomTimer with a variable duration, and Sandbox Tests for Timer and RandomTimer.
  • Fixed issue where Actors with opacity = 0 still get drawn.

Add RandomTimer with the ability
to specify a range (min,max)
of time and allow the RandomTimer to choose a duration within it.

Resolves: excaliburjs#396
Fixed a bug where Actors with opacity
or color alpha set to 0 still get rendered.

Resolves: excaliburjs#875
@Moonstrous Moonstrous closed this Aug 7, 2019
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.

Add random timer range as a feature of timers
1 participant