Bytezz / godot-safearea

Safe area container (for Godot Game Engine).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Safe area container (for Godot Game Engine).

License:GNU General Public License v3.0


Languages

Language:GDScript 100.0%