add missing CameraLimit class comment
This commit is contained in:
parent
6874c86786
commit
e5c4e54fe4
@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
namespace godot
|
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
|
class CameraLimit: public Node2D
|
||||||
{
|
{
|
||||||
GODOT_CLASS(CameraLimit, Node2D)
|
GODOT_CLASS(CameraLimit, Node2D)
|
||||||
|
Loading…
Reference in New Issue
Block a user