This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Hi,
I am making a game that have a control root node and a color rect inside it.
But when I resize my window or try it in my mobile, the background doesn't cover all the window. How I can fix this problem using gdscript?
Thanks in advanced.

Godot version 3.2.3
in Engine by (353 points)

1 Answer

+1 vote
Best answer
  1. Select root Control first.
  2. Below scene tab bar, there is a "Layout" button. Click that, and select "FullRect" in its drop-down menu. This way the Control will resize with its parent, which is the game window (Technically the parent is SceneTree's root node, a Viewport.).
  3. Do the same to same to ColorRect. This way it will resize with its parent, which is that root Control.

Plus: Essentially, those "Layout" options are anchors and margins presets for all Control nodes.

by (332 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.