Is there a way to change the Camera2D Frame colour on the Editor?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By IHate

Just a the tittle said I would like to change the Frame color of the Camera2D node on the Editor to differentiate it from the default viewport of the game

:bust_in_silhouette: Reply From: exuin

You can change the Viewport Border Color in Editor Settings under Editors → 2d. You can change the frame color of a Camera2D by changing its modulate properties, but I think it’s easier to just change the default viewport’s color.