/godot-safearea

Safe area container (for Godot Game Engine).

Primary LanguageGDScriptGNU General Public License v3.0GPL-3.0

SafeArea node

An addon for Godot Game Engine which adds a SafeArea node.

Basically it's a MarginContainer which takes margins from OS.get_window_safe_area().

Screenshots

Example

Usage

Just put it as father and its anchors to get fullscreen.
All inside it will be moved to keep in the safe area.

License

GPLv3