A plugin for Godot to animate and control camera movement in 2D games
Camera Action is a plugin for Godot to improve working with Camera2Ds. Using a whole new suite of nodes, you can animate and control camera behavior in various ways, as well as support for highly customizable camera shake! Theres lots to try out with the plugin, so check out the example scene in this repo's source code and the documentation detailing everything it can do.
- Download the most recent release
- Copy the
addons/camera_action
directory into your project'sres://addons/
directory - Enable under Project Settings -> Plugins
Check out the documentation over in the wiki tab!