add missing CameraLimit class comment

This commit is contained in:
Chris Cromer 2022-04-22 14:13:39 -04:00
parent 6874c86786
commit e5c4e54fe4
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
namespace godot
{
/**
* @brief This class limits the camera's position.
*
* @details The camera will be limited based on the used width and height of the Middleground tilemap.
*/
class CameraLimit: public Node2D
{
GODOT_CLASS(CameraLimit, Node2D)