diff --git a/addons/graphics_editor/Camera2D.gd b/addons/graphics_editor/Camera2D.gd index c71bae6..0dda2c7 100644 --- a/addons/graphics_editor/Camera2D.gd +++ b/addons/graphics_editor/Camera2D.gd @@ -1,3 +1,4 @@ +#This script isn't a tool script because you can accidently move the camera while trying to edit the scene extends Camera2D #TODO: Make the camera movement snap to the nearest highlighted cell