-
Notifications
You must be signed in to change notification settings - Fork 11
Custom Main Run Args
Valk edited this page Jan 29, 2026
·
2 revisions
In Godot top left Debug > Customize Run Instances... > Main Run Args there are custom defined arguments you can use.
- top_left
- top_right
- bottom_left
- bottom_right
- middle_left
- middle_right
- middle_top
- middle_bottom
These arguments manipulate the windows position and size which is great when running multiple client windows when debugging multiplayer. For example Client A window would use "middle_left" and Client B window would use "middle_right".