Skip to content

A plugin for Godot to animate and control camera movement in 2D games

License

Notifications You must be signed in to change notification settings

Amethyst-szs/godot-camera-action

Repository files navigation

Godot Camera Action Plugin

A plugin for Godot to animate and control camera movement in 2D games

What is Camera Action?

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.

Installation

  1. Download the most recent release
  2. Copy the addons/camera_action directory into your project's res://addons/ directory
  3. Enable under Project Settings -> Plugins
    image

Check out the documentation over in the wiki tab!