2D Camera Limiter

An asset by markopolodev
The page banner background of a mountain and forest
2D Camera Limiter hero image

Quick Information

0 ratings
2D Camera Limiter icon image
markopolodev
2D Camera Limiter

This Addon enables you to quickly set up area2Ds that tween the limits on a camera2D based on where your character is so you can keep the camera focus on things in your levels.

Supported Engine Version
3.0
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
6 years ago
Git URL
Issue URL

Godot 2D Camera Limiter

Working on a top-down or sidescroller game and sick of how much of that sweet sweet camera real estate is outside the level? Fret no more!

This plugin lets you dynamically change the camera's built-in limits smoothly depending on where your player is currently traveling. When the player enters a camera-limiting-area, this plugin tweens the camera limits.

It does this by adding two custom nodes: one that you attach to your actual camera object (composition ftw) that handles the actual tweening, and another that extends Area2D that you use to configure areas that should have camera limits in your game world.

This Addon enables you to quickly set up area2Ds that tween the limits on a camera2D based on where your character is so you can keep the camera focus on things in your levels.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
2D Camera Limiter icon image
markopolodev
2D Camera Limiter

This Addon enables you to quickly set up area2Ds that tween the limits on a camera2D based on where your character is so you can keep the camera focus on things in your levels.

Supported Engine Version
3.0
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
6 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers