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

New Tween demo #803

Merged
merged 1 commit into from
Dec 17, 2022
Merged

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Dec 7, 2022

Completely remaked Tween demo. It's composed of a complex animation split into multiple steps. You can enable/disable steps and tweak some parameters.

godot_ufBV8BG0iq.mp4

It showcases (almost?) all of Tween functionality.

Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

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

Tested locally, it works 🙂

Some more changes should be made before this can be merged:

  • Define a main scene, so that the project runs out of the box.
  • Set the stretch mode to canvas_items and stretch aspect to expand, so that UI is correctly sized on hiDPI displays and mobile devices.
  • Enable low processor mode in the project settings to reduce CPU usage if nothing is moving.
  • Remove trailing whitespace from scripts.

@KoBeWi KoBeWi force-pushed the shiny_new_tweens-demo_edition branch from 40549ab to 2d20710 Compare December 13, 2022 22:47
@KoBeWi KoBeWi requested a review from Calinou December 16, 2022 22:24
Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

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

Thanks!

@Calinou Calinou merged commit 4eb852a into godotengine:4.0-dev Dec 17, 2022
@KoBeWi KoBeWi deleted the shiny_new_tweens-demo_edition branch December 17, 2022 22:44
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.

2 participants