Skip to content
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

Merged
merged 8 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Spatial.gd
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ func exit_burrito():


func set_minimal_mouse_block():
var top_corner := Vector2(287, 0)
var bottom_corner := Vector2(314, 32)
var top_corner := Vector2(321, 0)
var bottom_corner := Vector2(348, 32)

if self.edit_panel_open:
bottom_corner.y = 49
Expand Down
21 changes: 10 additions & 11 deletions Spatial.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,27 @@ scale = Vector2( 2, 2 )
[node name="Line2D" parent="Control/MiniMap" instance=ExtResource( 4 )]

[node name="GlobalMenuButton" type="Control" parent="Control"]
margin_left = 287.348
margin_right = 314.348
margin_bottom = 32.0
margin_left = 321.348
margin_top = 4.0
Copy link
Owner

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.
Screenshot from 2023-08-24 21-12-58

margin_right = 348.348
margin_bottom = 36.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect" type="TextureRect" parent="Control/GlobalMenuButton"]
modulate = Color( 1, 1, 1, 0.439216 )
margin_left = 1.591
margin_top = 3.18198
margin_right = 26.591
margin_bottom = 28.182
margin_right = 29.0
margin_bottom = 30.0
texture = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="main_menu_toggle" type="Button" parent="Control/GlobalMenuButton"]
modulate = Color( 1, 1, 1, 0 )
margin_right = 27.0
margin_bottom = 32.0
margin_right = 29.0
margin_bottom = 30.0
__meta__ = {
"_edit_use_anchors_": false
}
Expand Down Expand Up @@ -628,8 +627,8 @@ __meta__ = {
}

[node name="GridContainer" type="GridContainer" parent="Control/Dialogs/SettingsDialog/ScrollContainer"]
margin_right = 384.002
margin_bottom = 419.001
margin_right = 384.0
margin_bottom = 419.0
size_flags_horizontal = 3
size_flags_vertical = 3
columns = 2
Expand Down