Skip to content

Repository files navigation

Godot Transition Plugin

A simple and powerful transtion plugin

🌟 Highlights

  • 👍 easy to use
  • 🪶 lightweight
  • 🛠️ many transitions:
    • fade
    • wipe
    • circle
    • diamond
    • pixel
    • linies
    • bar
    • radial
    • scribbles
    • paint brush
    • sweeping diamond
    • random

🚀 Usage

SceneTransition.diamond_in()

full context:

func start_battle():
   get_tree().paused = true

   await SceneTransition.circle_in()
   get_tree().change_scene_to_packed(BATTLE_SCENE)
   await SceneTransition.circle_out()
   
   get_tree().paused = false

⬇️ Installation

If you don't have a "addons" folder in your project tree:

copy the "addons" folder in your project tree

elif you have a "addons" folder already:

copy the "scene_transition" folder in your "addons" folder

📜 Credits

About

Many transitions and easy to use

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages