add missing CameraLimit class comment #14

Merged
cromer merged 1 commits from feature/missing_comment into develop 2022-04-22 14:18:21 -04:00
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)