Skip to content

Decapitated/Godot-Tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Tour

Provides functionality to implement things like UI tours in the Editor & In-Game.

Built using gdext.

Available Nodes

TheaterRect

  • Focus the users attention on any number of Control 's.
  • Prevent mouse input outside of the focused region.

PopupContainer

  • Provide your own Control and let the container handle positioning.
  • Toggle Smart Positioning for the popup to stay on-screen.

Singletons

Tour

  • Adds ability to script editor tours.
  • Provides utilities for interacting with the editor UI.

Resources

FocusedNode

  • target The control to focus on.
  • overlay The panel to use as an overlay.

About

Provides ability to give a tour/tutorial.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages