-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SOTO Update] Shifted the burrito button to the right #156
Conversation
Spatial.tscn
Outdated
margin_right = 314.348 | ||
margin_bottom = 32.0 | ||
margin_left = 321.348 | ||
margin_top = 4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You took this off of the texture, now it does not line up to the top of the screen.
var bottom_corner := Vector2(314, 32) | ||
var menu_button = $Control/GlobalMenuButton | ||
var top_corner = menu_button.get_position() | ||
var bottom_corner = menu_button.get_position() + menu_button.get_size() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By changing the values here to the properties the numbers come from, any more changes to the icons will be updated in the passthrough
margin_right = 27.0 | ||
margin_bottom = 32.0 | ||
margin_right = 29.0 | ||
margin_bottom = 30.0 | ||
__meta__ = { | ||
"_edit_use_anchors_": false | ||
} | ||
|
||
[node name="EditorQuckPanel" type="PanelContainer" parent="Control/GlobalMenuButton"] | ||
visible = false | ||
margin_left = 32.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found that the margin besides the left margin does not make a difference if the margin is less than the size. Thus, removing the unnecessary ones
Adjusted the button to account for the new icon