Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/popcar2/Godot_Tween_Comparisons

A set of comparisons for Godot's different tween transition types!
https://github.com/popcar2/Godot_Tween_Comparisons

Last synced: 5 days ago
JSON representation

A set of comparisons for Godot's different tween transition types!

Awesome Lists containing this project

README

        

# Godot Tween Comparisons | [Try it on the web!](https://popcar2.itch.io/tweens-comparison)
![A gif showcasing the project. It shows different comparisons of various Tween types](Images/Tween_Comparison_Project.gif)

This project is a collection of simple scenes to compare different tween types! You can change the speed, ease type, and cooldown
on the fly using the settings tab at the bottom of the screen.

It's made in Godot 4, and you can easily just download and import the project to play around with it!

### How Do I Edit the Values of the Tweens/Make My Own Tweens?

Open the scene you'd like to edit, click on Control (the root node in the heirarchy), and expand the array of TweenResource in the inspector.
This is a custom resource I made to make things easier to change.

There, you'll be able to change the values of the Tween or add more elements to Tween more things.
Feel free to duplicate the starting scene and test whatever tween you'd like to see!

Loved the project? [Consider buying me a cup of ko-fi!](https://ko-fi.com/popcar2)

## Credits

Sprites by [Kenney Assets](https://kenney.nl/) and [Anokolisa](https://anokolisa.itch.io/dungeon-crawler-pixel-art-asset-pack).

Everything else is by me (popcar2).