add missing CameraLimit class comment #14

Fusionado
cromer fusionados 1 commits de feature/missing_comment en develop 2022-04-22 14:18:21 -04:00
Mostrando solo los cambios del commit e5c4e54fe4 - Mostrar todos los commits

Ver fichero

@ -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)